angr.analyses.decompiler.counters.seq_cf_structure_counter

class angr.analyses.decompiler.counters.seq_cf_structure_counter.ControlFlowStructureCounter

Bases: SequenceWalker

Counts the number of different types of control flow structures found in a sequence of nodes. This should be used after the sequence has been simplified.

__init__(node)