Header menu logo B2R2

BinaryBrew<'FnCtx, 'GlCtx> Type

BinaryBrew is a potent brew of analyzed (and recovered) information about the target binary, such as instructions, IRs, functions, CFGs, and exception information, etc.

Constructors

Constructor Description

BinaryBrew(hdl, strategies)

Full Usage: BinaryBrew(hdl, strategies)

Parameters:
Returns: BinaryBrew<'FnCtx, 'GlCtx>
hdl : BinHandle
strategies : ICFGBuildingStrategy<'FnCtx, 'GlCtx>[]
Returns: BinaryBrew<'FnCtx, 'GlCtx>

BinaryBrew(hdl, exnInfo, strategies)

Full Usage: BinaryBrew(hdl, exnInfo, strategies)

Parameters:
Returns: BinaryBrew<'FnCtx, 'GlCtx>
hdl : BinHandle
exnInfo : ExceptionInfo
strategies : ICFGBuildingStrategy<'FnCtx, 'GlCtx>[]
Returns: BinaryBrew<'FnCtx, 'GlCtx>

Instance members

Instance member Description

this.BinHandle

Full Usage: this.BinHandle

Returns: BinHandle

Low-level access to binary code and data.

Returns: BinHandle

this.ExceptionInfo

Full Usage: this.ExceptionInfo

Returns: ExceptionInfo

Exception information.

Returns: ExceptionInfo

this.Functions

Full Usage: this.Functions

Returns: FunctionCollection<'FnCtx, 'GlCtx>

Recovered functions.

Returns: FunctionCollection<'FnCtx, 'GlCtx>

this.Instructions

Full Usage: this.Instructions

Returns: InstructionCollection

Get the instruction at the given address.

Returns: InstructionCollection

Type something to start searching.