Header menu logo B2R2

ExceptionInfo Type

ExceptionInfo holds parsed exception information of a binary code (given by the BinHandle).

Constructors

Constructor Description

ExceptionInfo(hdl)

Full Usage: ExceptionInfo(hdl)

Parameters:
Returns: ExceptionInfo
hdl : BinHandle
Returns: ExceptionInfo

ExceptionInfo(liftingUnit)

Full Usage: ExceptionInfo(liftingUnit)

Parameters:
Returns: ExceptionInfo
liftingUnit : LiftingUnit
Returns: ExceptionInfo

Instance members

Instance member Description

this.ExceptionMap

Full Usage: this.ExceptionMap

Returns: ARMap<uint64>

Return the exception handler mapping.

Returns: ARMap<uint64>

this.FunctionEntryPoints

Full Usage: this.FunctionEntryPoints

Returns: Set<Addr>

Return a set of function entry points that are visible from exception table information.

Returns: Set<Addr>

this.TryFindExceptionTarget

Full Usage: this.TryFindExceptionTarget

Parameters:
Returns: uint64 option

For a given instruction address, find the landing pad (exception target) of the instruction.

insAddr : Addr
Returns: uint64 option

Type something to start searching.