PerFunctionAnalysis implements a core CFG-recovery algorithm, which modifies a function-level CFG by analyzing the function. Though it works per function, It can modify other functions (thus, the entire CFGInfo). An analysis appends CFGEvents to modify function, but it can also modify the function directly.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.Name
Returns: string
Modifiers: abstract |
|
Full Usage:
this.Run(arg1) (arg2) (arg3) (arg4) (arg5)
Parameters:
BinHandle
arg1 : CodeManager
arg2 : DataManager
arg3 : RegularFunction
arg4 : CFGEvents
Returns: Result<CFGEvents, CFGError>
Modifiers: abstract |
|