Header menu logo B2R2

ISyscallAnalyzable Type

The interface for syscall stub analysis. This is to know whether the given syscall instruction is an exit syscall or not. Since this analysis runs in the middle of the CFG building, it should be solely based on the LowUIRCFG, not the SSACFG.

Instance members

Instance member Description

this.IsExit

Full Usage: this.IsExit

Parameters:
Returns: bool
Modifiers: abstract
Type parameters: 'FnCtx, 'GlCtx

Is the given syscall instruction located at the target vertex an exit syscall?

ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
TargetVertex : IVertex<LowUIRBasicBlock>
Returns: bool

this.MakeAbstract

Full Usage: this.MakeAbstract

Parameters:
Returns: FunctionAbstraction<Stmt>
Modifiers: abstract
Type parameters: 'FnCtx, 'GlCtx
ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
TargetVertex : IVertex<LowUIRBasicBlock>
IsExit : bool
Returns: FunctionAbstraction<Stmt>

Type something to start searching.