Header menu logo B2R2

IAbstractable<'Stmt> Type

Interface for an abstractable basic block.

Instance members

Instance member Description

this.AbstractContent

Full Usage: this.AbstractContent

Returns: FunctionAbstraction<'Stmt>
Modifiers: abstract

The abstract content of the basic block summarizing a function. If the block is not an abstract one, this property raises `AbstractBlockAccessException`.

Returns: FunctionAbstraction<'Stmt>

this.IsAbstract

Full Usage: this.IsAbstract

Returns: bool
Modifiers: abstract

Return if this is an abstract basic block inserted by our analysis. We create an abstract block to represent a function in a CFG.

Returns: bool

Type something to start searching.