angr.analyses.loop_analysis¶
- class angr.analyses.loop_analysis.LoopAnalysis
Bases:
AnalysisAnalyze loop nodes in a structured C code representation and extract relevant information about the loop, including - Loop block addresses - Loop exits - Loop type - Loop condition - Max iterations - Fixed iterations
- __init__(cfunc)
- Parameters:
cfunc (CFunction)
Submodules