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
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.ComputeUnwindingAmount
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
Returns: int
Modifiers: abstract |
Compute how many bytes are unwound by this function.
|
Full Usage:
this.Summarize
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
arg1 : IInstruction
unwindingAmount : int
Returns: Rundown<Stmt>
Modifiers: abstract |
Summarize the function using LowUIR.
|
B2R2