Header menu logo B2R2

SSAVarBasedDataFlowState<'Lattice> Type

SSA-variable-based data flow state.

Constructors

Constructor Description

SSAVarBasedDataFlowState(hdl, analysis)

Full Usage: SSAVarBasedDataFlowState(hdl, analysis)

Parameters:
Returns: SSAVarBasedDataFlowState<'Lattice>
hdl : BinHandle
analysis : ISSAVarBasedDataFlowAnalysis<'Lattice>
Returns: SSAVarBasedDataFlowState<'Lattice>

Instance members

Instance member Description

this.EvalExpr

Full Usage: this.EvalExpr

Parameters:
Returns: 'Lattice
expr : Expr
Returns: 'Lattice

this.ExecutedEdges

Full Usage: this.ExecutedEdges

Returns: HashSet<VertexID * VertexID>
Returns: HashSet<VertexID * VertexID>

this.FlowWorkList

Full Usage: this.FlowWorkList

Returns: Queue<VertexID * VertexID>
Returns: Queue<VertexID * VertexID>

this.GetExecutedSources

Full Usage: this.GetExecutedSources

Parameters:
Returns: 'c array

Get the list of executed source vertices.

ssaCFG : IDiGraph<'a, 'b>
blk : IVertex<'a>
srcIDs : 'c array
Returns: 'c array

this.GetMemValue

Full Usage: this.GetMemValue

Parameters:
Returns: 'Lattice

Try to get memory value. Unaligned access will always return Bottom.

var : Variable
rt : RegType
addr : Addr
Returns: 'Lattice

this.GetNumIncomingExecutedEdges

Full Usage: this.GetNumIncomingExecutedEdges

Parameters:
Returns: int
ssaCFG : IDiGraph<'a, 'b>
blk : IVertex<'a>
Returns: int

this.GetRegValue

Full Usage: this.GetRegValue

Parameters:
Returns: 'Lattice

Get register value.

var : Variable
Returns: 'Lattice

this.IsRegSet

Full Usage: this.IsRegSet

Parameters:
Returns: bool

Check if the register has been initialized.

var : Variable
Returns: bool

this.MarkExecutable

Full Usage: this.MarkExecutable

Parameters:
src : VertexID
dst : VertexID

this.MarkSuccessorsExecutable

Full Usage: this.MarkSuccessorsExecutable

Parameters:
ssaCFG : IDiGraph<'a, 'b>
blk : IVertex<'a>

this.SSAEdges

Full Usage: this.SSAEdges

this.SSAWorkList

Full Usage: this.SSAWorkList

Returns: UniqueQueue<Variable>
Returns: UniqueQueue<Variable>

this.SetRegValue

Full Usage: this.SetRegValue

Parameters:

Set register value.

var : Variable
value : 'Lattice

this.SetRegValueWithoutAdding

Full Usage: this.SetRegValueWithoutAdding

Parameters:

Set register value without adding it to the worklist.

var : Variable
value : 'Lattice

Type something to start searching.