Header menu logo B2R2

ISSAVertexCallback Type

Callback interface for SSA vertex creation.

Instance members

Instance member Description

this.OnVertexCreation

Full Usage: this.OnVertexCreation

Parameters:
Modifiers: abstract

When a new SSA vertex is created, this callback is called. The current SSACFG as well as the stack pointer propagation analysis is also provided for the callback so that one can use it to easily compute stack local variables.

arg0 : SSACFG
arg1 : SSAVarBasedDataFlowState<Lattice>
arg2 : IVertex<SSABasicBlock>

Type something to start searching.