Header menu logo B2R2

IFunctionSummarizable<'FnCtx, 'GlCtx> Type

Interface for summarizing a function based on the given context to abstract data.

Instance members

Instance member Description

this.ComputeUnwindingAmount

Full Usage: this.ComputeUnwindingAmount

Parameters:
Returns: int
Modifiers: abstract

Compute the stack unwinding amount of a function based on the given context.

ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
Returns: int

this.MakeUnknownFunctionAbstraction

Full Usage: this.MakeUnknownFunctionAbstraction

Parameters:
Returns: FunctionAbstraction<Stmt>
Modifiers: abstract

Make a dummy function abstraction for an unknown function.

hdl : BinHandle
ins : Instruction
Returns: FunctionAbstraction<Stmt>

this.Summarize

Full Usage: this.Summarize

Parameters:
Returns: FunctionAbstraction<Stmt>
Modifiers: abstract

Summarize a function based on the given context. The `ins` is the call instruction that calls the function.

ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
retStatus : NonReturningStatus
unwindingBytes : int
ins : Instruction
Returns: FunctionAbstraction<Stmt>

Type something to start searching.