IJmpTableAnalyzable<'FnCtx, 'GlCtx> Type
Interface for analyzing indirect branch instructions that use a jump table.
Instance members
| Instance member |
Description
|
Full Usage:
this.Identify
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
insAddr : Addr
blkAddr : Addr
Returns: Result<JmpTableInfo, ErrorCase>
Modifiers: abstract |
Check the given indirect branch instruction and return the jump table information if it uses a jump table.
|
B2R2