Header menu logo B2R2

IGraphCallback<'FnCtx, 'GlCtx> Type

Represents a callback interface for graph operations in CFG recovery.

Instance members

Instance member Description

this.OnAddEdge

Full Usage: this.OnAddEdge

Parameters:
Modifiers: abstract

Called when an edge is added to the CFG.

arg0 : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : IVertex<LowUIRBasicBlock>
arg2 : IVertex<LowUIRBasicBlock>
arg3 : CFGEdgeKind

this.OnAddVertex

Full Usage: this.OnAddVertex

Parameters:
Modifiers: abstract

Called when a new vertex is added to the CFG.

arg0 : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : IVertex<LowUIRBasicBlock>

this.OnRemoveVertex

Full Usage: this.OnRemoveVertex

Parameters:
Modifiers: abstract

Called when a vertex is removed from the CFG.

arg0 : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : IVertex<LowUIRBasicBlock>

Type something to start searching.