issues
search
BoomerangDecompiler
/
boomerang
Boomerang Decompiler - Fighting the code-rot :)
Other
374
stars
59
forks
source link
Fix crashes when plugins cannot be loaded.
#170
Closed
ceeac
closed
5 years ago
ceeac
commented
5 years ago
Fixes 2 types of crashes:
Crash when dlopen()/LoadLibrary() fails. Caused by throwing unhandled exception.
Crash when FrontEnd plugins cannot find their decoder plugins.
Fixes 2 types of crashes: