rikodot / binja_native_sigscan

Signature scanner and maker plugin for Binary Ninja
MIT License
28 stars 4 forks source link

support for dev? #3

Closed psifertex closed 1 year ago

psifertex commented 1 year ago

Right now the plugin only supports the latest stable which I think is absolutely fair and makes sense. Again, we should probably officially produce build action scripts people can use that will build cross-platform for both dev and stable to fix this.

rikodot commented 1 year ago

Understandable, I have customized the loader and added native binaries to support all currently available Binary Ninja versions since 3.1.3469 including dev builds. For more information follow related loader issue.

psifertex commented 1 year ago

Awesome! Thanks for the quick fix. If you don't mind, I plan to highlight this plugin and the loader for it in our next plugin highlight, it's something we'd love to encourage other authors of native plugins to consider to help discoverability / maintenance until we have a better built-in mechanism.

rikodot commented 1 year ago

Thanks for all the feedback, I appreciate your interest in native plugin development, I feel like there is a lot of potential hiding in here. This project started simply as my personal need to utilize a functionality with high level of performance and I only decided to release it after hearing a discussion regarding the exact same issue I was facing on one of your YouTube livestreams. The idea of highlighting my work sounds great, I am looking forward to seeing more light being brought to this area and hopefully more plugins pop-up.