Pluggable analysis interface. Any CFG-related analysis implementing this interface can be plugged in or unplugged from the BinEssence.
Instance member | Description |
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
|
Full Usage:
this.Run(arg1) (arg2) (arg3) (arg4)
Parameters:
CFGBuilder
arg1 : BinHandle
arg2 : CodeManager
arg3 : DataManager
Returns: bool
Modifiers: abstract |
|