angr.analyses.decompiler.counters.boolean_counter

class angr.analyses.decompiler.counters.boolean_counter.BooleanCounter

Bases: AILBlockViewer

This class counts the number of Boolean operators an expression has. In the case of: if (a || (b && c)), it will count 2 Boolean operators.

__init__()