angr.analyses.decompiler.counters.call_counter¶
- class angr.analyses.decompiler.counters.call_counter.AILBlockCallCounter¶
Bases:
AILBlockViewerHelper class to count AIL calls and call-expressions in a block, or collect call statements and call expressions as well as their locations.
- class angr.analyses.decompiler.counters.call_counter.AILCallCounter¶
Bases:
SequenceWalkerHelper class to count AIL calls and call expressions in a structuring node, or collect call statements and call expressions as well as their locations.