Binary Ninja @binary.ninja · Jan 14

Need to trigger BinExport headlessly to batch process patched binaries (using commercial and above)? First, build for a recent dev or stable: https://gist.github.com/psifertex/31d9bc3167eca91e466ebaae4382521c

5 likes 1 replies

?

Replies

Binary Ninja · Jan 14

Next, install the API for headless: https://docs.binary.ninja/dev/batch.html?h=install_api#install-the-api Finally, automate your exporting using a script taking advantage of the PluginCommand and PluginCommandContext APIs, like the attached image.