Header menu logo B2R2

ILowUIRAccessible Type

Interface for a basic block, which contains a sequence of lifted IR statements.

Instance members

Instance member Description

this.LiftedInstructions

Full Usage: this.LiftedInstructions

Returns: LiftedInstruction[]
Modifiers: abstract

Lifted instructions. The array could be empty if the basic block is abstract.

Returns: LiftedInstruction[]

this.Terminator

Full Usage: this.Terminator

Returns: Stmt
Modifiers: abstract

Terminator statement of the basic block.

Returns: Stmt

Type something to start searching.