Header menu logo B2R2

IDataFlowComputable<'AbsLoc, 'AbsVal, 'Provider, '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: 'Provider
Modifiers: abstract

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

cfg : IDiGraph<'V, CFGEdgeKind>
Returns: 'Provider

Type something to start searching.