BoomerangDecompiler / boomerang

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

Fix crash when decompiling BBs containing calls to helper functions #217

Closed ceeac closed 5 years ago

ceeac commented 5 years ago

Crash was caused by throwing away the instruction semantics of the current BB when encountering a call to a helper function. If the call was in the entry BB, this would cause the entry BB to not be set.