angr.analyses.decompiler.region_simplifiers.ifelse

class angr.analyses.decompiler.region_simplifiers.ifelse.IfElseFlattener

Bases: SequenceWalker

Remove unnecessary else branches and make the else node a direct successor of the previous If node if the If node always returns.

__init__(node, functions)