Header menu logo B2R2

IJmpTableAnalyzable<'FnCtx, 'GlCtx> Type

Interface for analyzing indirect branch instructions that use a jump table.

Instance members

Instance member Description

this.Identify

Full Usage: this.Identify

Parameters:
Returns: Result<JmpTableInfo, ErrorCase>
Modifiers: abstract

Check the given indirect branch instruction and return the jump table information if it uses a jump table.

ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
insAddr : Addr
blkAddr : Addr
Returns: Result<JmpTableInfo, ErrorCase>

Type something to start searching.