Header menu logo B2R2

LowUIRBasicBlock Type

Basic block type for IR-level CFGs.

Instance members

Instance member Description

this.Cut

Full Usage: this.Cut

Parameters:
Returns: LowUIRBasicBlock * LowUIRBasicBlock

Cut the basic block at the given address and return the two new basic blocks. This function does not modify the original basic block. We assume that the given address is within the range of the basic block. Otherwise, this function will raise an exception.

cutPoint : Addr
Returns: LowUIRBasicBlock * LowUIRBasicBlock

this.DominatingJumpTableEntry

Full Usage: this.DominatingJumpTableEntry

Dominating jump table entry (tbl address and index) is a jump table entry that dominates this basic block. In other words, this basic block is dominated by the indirect jump instruction that uses this jump table entry. This property is None if there's no such dominating jump table entry.

this.Internals

Full Usage: this.Internals

Returns: ILowUIRBasicBlock
Modifiers: inline

Return the `ILowUIRBasicBlock` interface to access the internal representation of the basic block.

Returns: ILowUIRBasicBlock

this.LabelMap

Full Usage: this.LabelMap

Returns: ImmutableDictionary<Symbol, ProgramPoint>

Intra-instruction label information, which is a mapping from a label to the corresponding program point.

Returns: ImmutableDictionary<Symbol, ProgramPoint>

Static members

Static member Description

LowUIRBasicBlock.CreateAbstract(pp, summary)

Full Usage: LowUIRBasicBlock.CreateAbstract(pp, summary)

Parameters:
Returns: LowUIRBasicBlock
pp : ProgramPoint
summary : FunctionAbstraction<Stmt>
Returns: LowUIRBasicBlock

LowUIRBasicBlock.CreateRegular(liftedInss, pp, lblMap)

Full Usage: LowUIRBasicBlock.CreateRegular(liftedInss, pp, lblMap)

Parameters:
Returns: LowUIRBasicBlock
liftedInss : LiftedInstruction array
pp : ProgramPoint
lblMap : ImmutableDictionary<Symbol, ProgramPoint>
Returns: LowUIRBasicBlock

LowUIRBasicBlock.CreateRegular(liftedInss, pp)

Full Usage: LowUIRBasicBlock.CreateRegular(liftedInss, pp)

Parameters:
Returns: LowUIRBasicBlock
liftedInss : LiftedInstruction array
pp : ProgramPoint
Returns: LowUIRBasicBlock

Type something to start searching.