ILowUIRAccessible Type
Interface for a basic block, which contains a sequence of lifted IR statements.
Instance members
| Instance member |
Description
|
|
Lifted instructions. The array could be empty if the basic block is abstract.
|
Full Usage:
this.StartsWithNop
Returns: bool
Modifiers: abstract |
Does this basic block starts with a semantically no-op instruction? By semantically no-op, we mean that the instruction does not change the CPU state except for the program counter.
|
|
Terminator statement of the basic block.
|
B2R2