LiftingUtils Module
Provides several utility functions for lifting binary code to IR.
Nested modules
| Modules | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
builder --!> insLen
Parameters:
ILowUIRBuilder
insLen : uint32
Returns: ILowUIRBuilder
Modifiers: inline |
Marks the end of an instruction by appending an IEMark statement to the given builder. A builder is defined for each different CPU architecture, so this function is only useful if the builder implements the `Stream` member.
|
B2R2