emesare / binja-msvc

Parses and symbolizes MSVC RTTI information in Binary Ninja.
MIT License
25 stars 6 forks source link

Support both dev & stable #24

Closed emesare closed 8 months ago

emesare commented 8 months ago

Now that stable binaryninja has supported APIs we can move binaryninja-api out of tree and have the CI build for multiple versions. This will likely involve us manually marking the ABI for each tagged version we pull from binaryninja-api. The python loader will also need to be updated to accommodate this by providing the correct build for the users ABI version.