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 |
Full Usage:
BinaryBrew(hdl, strategies)
Parameters:
BinHandle
strategies : ICFGBuildingStrategy<'FnCtx, 'GlCtx>[]
Returns: BinaryBrew<'FnCtx, 'GlCtx>
|
|
Full Usage:
BinaryBrew(hdl, exnInfo, strategies)
Parameters:
BinHandle
exnInfo : ExceptionInfo
strategies : ICFGBuildingStrategy<'FnCtx, 'GlCtx>[]
Returns: BinaryBrew<'FnCtx, 'GlCtx>
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|