meme / aarch64-extensions

Binary Ninja AArch64 IL lifter extensions
MIT License
10 stars 5 forks source link

CI #4

Closed meme closed 4 years ago

meme commented 4 years ago

Use GitHub Actions to build the extension on CI and upload release artifacts to end-users for tagged releases.

Potentially may require uploading an encrypted libbinaryninjacore.so.1 to GH, ideally we can figure out how to disable errors on undefined symbols?

meme commented 4 years ago

Have to upload the .dylib, .lib and .so to link against.

For each new build upload the built Binary Ninja plug-in for Windows, macOS and Linux automatically.

meme commented 4 years ago

I'd prefer to generate stubbed libraries for those platforms like IDA has.

meme commented 4 years ago

Only Linux builds are supported, the artifacts are uploaded after compilation.