Header menu logo B2R2

IDataFlowAnalysis<'AbsLoc, 'AbsVal, 'State, 'V> Type

Data-flow analysis that runs under the abstract interpretation framework. Abstract values are represented by 'AbsVal, which is stored in an abstract location 'AbsLoc.

Instance members

Instance member Description

this.Compute

Full Usage: this.Compute

Parameters:
Returns: 'State
Modifiers: abstract

Perform the dataflow analysis on the given CFG until a fixed point is reached.

cfg : IDiGraph<'V, CFGEdgeKind>
arg1 : 'State
Returns: 'State

this.InitializeState

Full Usage: this.InitializeState

Parameters:
Returns: 'State
Modifiers: abstract

Return an initial state for the data-flow analysis.

arg0 : IVertex<'V> seq
Returns: 'State

Type something to start searching.