angr.analyses.decompiler.region_simplifiers.switch_expr_simplifier¶
- class angr.analyses.decompiler.region_simplifiers.switch_expr_simplifier.SwitchExpressionSimplifier¶
Bases:
SequenceWalkerIdentifies switch expressions that adds or minuses a constant, removes the constant from the switch expression, and adjust all case expressions accordingly.