Module low_level_il

Source

Modules§

block
expression
function
instruction
lifting
operation

Structs§

LowLevelILSSAFlag
LowLevelILTempRegister

Enums§

LowLevelILRegisterKind
LowLevelILSSARegisterKind
VisitorAction

Type Aliases§

LowLevelILMutableExpression
LowLevelILMutableFunction
Mutable low-level IL, used when lifting in architectures and modifying IL in workflow activities.
LowLevelILRegularExpression
LowLevelILRegularExpressionKind
LowLevelILRegularFunction
Regular low-level IL, if you are not modifying the functions IL or needing SSA, use this.
LowLevelILRegularInstruction
LowLevelILRegularInstructionKind
LowLevelILSSAFunction
SSA Variant of low-level IL, this can never be mutated directly.