B2R2


IPluggableAnalysis Type

Pluggable analysis interface. Any CFG-related analysis implementing this interface can be plugged in or unplugged from the BinEssence.

Instance members

Instance member Description

this.Name

Full Usage: this.Name

Returns: string
Modifiers: abstract

The name of the analysis (for debugging purpose).

Returns: string

this.Run(arg1) (arg2) (arg3) (arg4)

Full Usage: this.Run(arg1) (arg2) (arg3) (arg4)

Parameters:
Returns: bool
Modifiers: abstract

Run the analysis, which will return whether it needs further iteration.

arg0 : CFGBuilder
arg1 : BinHandle
arg2 : CodeManager
arg3 : DataManager
Returns: bool