Header menu logo B2R2

FunctionSummarizer<'FnCtx, 'GlCtx> Type

Base class for summarizing a function in a lightweight manner. One can extend this class to implement a more sophisticated function summarizer.

Constructors

Constructor Description

FunctionSummarizer()

Full Usage: FunctionSummarizer()

Returns: FunctionSummarizer<'FnCtx, 'GlCtx>
Returns: FunctionSummarizer<'FnCtx, 'GlCtx>

Instance members

Instance member Description

this.ComputeUnwindingAmount

Full Usage: this.ComputeUnwindingAmount

Parameters:
Returns: int
Modifiers: abstract

Compute how many bytes are unwound by this function.

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

this.Summarize

Full Usage: this.Summarize

Parameters:
Returns: Rundown<Stmt>
Modifiers: abstract

Summarize the function using LowUIR.

ctx : CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : Instruction
unwindingAmount : int
Returns: Rundown<Stmt>

Type something to start searching.