binsync / libbs

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

Fix `isinstance` for BridgedObjects #53

Closed mahaloz closed 5 months ago

mahaloz commented 5 months ago

Closes #44. Related to https://github.com/justfoxing/ghidra_bridge/issues/32.

This provides a workaround.