BinaryBrew Type
Default BinaryBrew type that internally uses SSA IR to recover CFGs.
Constructors
| Constructor |
Description
|
Full Usage:
BinaryBrew(hdl, targets)
Parameters:
BinHandle
targets : RecoveryTargets
Returns: BinaryBrew
|
|
Full Usage:
BinaryBrew(hdl, ?allowBBLOverlap)
Parameters:
BinHandle
?allowBBLOverlap : bool
Returns: BinaryBrew
|
|
Full Usage:
BinaryBrew(hdl, funcId, cfgBuilder)
Parameters:
BinHandle
funcId : IFunctionIdentifiable
cfgBuilder : ICFGBuildingStrategy<DummyContext, DummyContext>
Returns: BinaryBrew
|
|
Full Usage:
BinaryBrew(hdl, exnInfo, cfgBuilder)
Parameters:
BinHandle
exnInfo : ExceptionInfo
cfgBuilder : ICFGBuildingStrategy<DummyContext, DummyContext>
Returns: BinaryBrew
|
|
Inherited members
Inherited from
BinaryBrew<DummyContext, DummyContext>
Instance members
| Instance member |
Description
|
|
Recovered functions.
|
|
Get the instruction at the given address.
|
|
Exception information.
|
|
|
|
Low-level access to binary code and data.
|
B2R2