angr.analyses.decompiler.counters.call_counter

class angr.analyses.decompiler.counters.call_counter.AILBlockCallCounter

Bases: AILBlockViewer

Helper class to count AIL calls and call-expressions in a block, or collect call statements and call expressions as well as their locations.

__init__(consider_conditions=False)
Parameters:

consider_conditions (bool)

class angr.analyses.decompiler.counters.call_counter.AILCallCounter

Bases: SequenceWalker

Helper class to count AIL calls and call expressions in a structuring node, or collect call statements and call expressions as well as their locations.

__init__(consider_conditions=False)
Parameters:

consider_conditions (bool)