angr.analyses.decompiler.region_simplifiers.switch_expr_simplifier

class angr.analyses.decompiler.region_simplifiers.switch_expr_simplifier.SwitchExpressionSimplifier

Bases: SequenceWalker

Identifies switch expressions that adds or minuses a constant, removes the constant from the switch expression, and adjust all case expressions accordingly.

__init__(node, manager)
Parameters:

manager (Manager)