BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)
Other
372 stars 59 forks source link

Fix crash when simplifying no-choice branches #216

Closed ceeac closed 5 years ago

ceeac commented 5 years ago

Simplifications of twoway BBs that have the same destination BB for both branch edges left the CFG in a non-well-formed state. Additionally, removing double branch edges between two BBs removed both edges instead of just one.