binexport
binexport copied to clipboard
update to use binaryninja-api generate stubs
- updated to binaryninja-api v5
- in the latest stable build of binaryninja-api there is a stub generator where it will automatically generate the stubs in CMakeLists.txt
- changes based onclubby789:bn-updates
- added boost to the workflow
- added macos aarch64 to workflow
- updated upload artifacts to v4.5.2
- added IDASDK_SECRET check for workflow for people that do not own IDA
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
in the latest stable build of binaryninja-api there is a stub generator where it will automatically generate the stubs in CMakeLists.txt
Wow, TIL. This is good news. I haven't had time to do much work on BinExport in the last couple of months, so I missed that.
I was looking at one of their hello world type plugins, and they had it building in a workflow. I knew it had to have it somewhere! I made one more minor change. I was trying to get this to build without the IDA SDK since I don't currently have a copy of IDA. Hopefully this takes care of the red X for the build.