Header menu logo B2R2

IIndirectJmpAnalyzable<'FnCtx, 'GlCtx> Type

Handles the analysis of indirect jumps and conditional jumps during CFG recovery.

Instance members

Instance member Description

this.AnalyzeIndirectCondJump

Full Usage: this.AnalyzeIndirectCondJump

Parameters:
Returns: Option<CFGResult>
Modifiers: abstract
arg0 : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : Queue<ProgramPoint>
arg2 : ProgramPoint
arg3 : IVertex<LowUIRBasicBlock>
Returns: Option<CFGResult>

this.AnalyzeIndirectJump

Full Usage: this.AnalyzeIndirectJump

Parameters:
Returns: Option<CFGResult>
Modifiers: abstract
arg0 : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : Queue<ProgramPoint>
arg2 : ProgramPoint
arg3 : IVertex<LowUIRBasicBlock>
Returns: Option<CFGResult>

Type something to start searching.