Header menu logo B2R2

IDataFlowComputable<'AbsLoc, 'AbsVal, 'Provider, 'V> Type

Represents a data-flow analysis that runs under the abstract interpretation framework, where abstract values of type 'AbsVal are stored at abstract locations of type 'AbsLoc.

Instance members

Instance member Description

this.Compute

Full Usage: this.Compute

Parameters:
Returns: 'Provider
Modifiers: abstract

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

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

Type something to start searching.