CFGRecovery<'FnCtx, 'GlCtx> Type
Base strategy for building a CFG.
Constructors
Constructor | Description |
Full Usage:
CFGRecovery(useSSA, allowBBLOverlap)
Parameters:
bool
allowBBLOverlap : bool
Returns: CFGRecovery<'FnCtx, 'GlCtx>
|
|
Full Usage:
CFGRecovery(summarizer, jmptblAnalysis, syscallAnalysis, postAnalysis, useTailcallHeuristic, useSSA, allowBBLOverlap)
Parameters:
IFunctionSummarizable<'FnCtx, 'GlCtx>
jmptblAnalysis : IJmpTableAnalyzable<'FnCtx, 'GlCtx>
syscallAnalysis : ISyscallAnalyzable
postAnalysis : ICFGAnalysis<(unit -> unit)>
useTailcallHeuristic : bool
useSSA : bool
allowBBLOverlap : bool
Returns: CFGRecovery<'FnCtx, 'GlCtx>
|
|