binsync / libbs

A library for writing plugins in any decompiler: includes API lifting, common data formatting, and GUI abstraction!
BSD 2-Clause "Simplified" License
71 stars 6 forks source link

Quiet Ghidra Bridge by Handling/Preventing Exceptions #49

Closed Flipout50 closed 5 months ago

Flipout50 commented 7 months ago

Currently when the bridge runs it throws a lot of exceptions that don't seem to affect the functionality of libbs. These exceptions come indirectly so there isn't an easy way to just catch accept.

mahaloz commented 5 months ago

Fixed in #68