nforest / droidimg

Android/Linux vmlinux loader
336 stars 91 forks source link

adding binary ninja support #56

Closed psifertex closed 2 years ago

psifertex commented 2 years ago

I've added support for using this plugin as a binary ninja plugin. It's based in large part on work from @NWMonster (https://github.com/NWMonster/binja_droidimg), I've just updated it to work with the latest APIs and made a few small fixups.

If you're interested in making this available as a Binary Ninja plugin, you just have to create a github release (note that this is more than just tagging a release) and I can add it to the plugin manager UI.

If not, I'll likely maintain this as a separate plugin and add it that way.

nforest commented 2 years ago

I've added support for using this plugin as a binary ninja plugin. It's based in large part on work from @NWMonster (https://github.com/NWMonster/binja_droidimg), I've just updated it to work with the latest APIs and made a few small fixups.

If you're interested in making this available as a Binary Ninja plugin, you just have to create a github release (note that this is more than just tagging a release) and I can add it to the plugin manager UI.

If not, I'll likely maintain this as a separate plugin and add it that way.

Hi, Thanks for your contribution! Based on my choice of reverseing platform and daily workload, it's better that you can maintain a separate binja plugin, please go ahead.