community-plugins
community-plugins copied to clipboard
Repository for community provided Binary Ninja plugins
### Plugin Description Parses and symbolizes MSVC RTTI. Unlike similar plugins like ClassyPP this one is much faster, self-contained and utilizes the latest features (Components, data var refs, base structures)....
When building a python plugin that loads/installs a native plugin, it would be great if there was support for maximum version. This would, for example, make it obvious before installing...
Right now there's a case-sensitive comparison somewhere in the plugin manager so it thinks a plugin has moved when it's merely a different case. Need to probably normalize them when...
Currently digging around for existing C++ plugins, this would be very helpful.
generate_index should be updated, especially as we're using GH actions to automate the process
### Plugin Description Binary Ninja plugin to display the documentation of a Windows function in a sidebar widget. ### Plugin Repository URL Repo URL: https://github.com/matteyeux/binja-win-docs ### Real Release - [X]...
Describe your issue here: [Bnida version 1.3 has been released](https://github.com/zznop/bnida/releases/tag/1.3), but the current repository is still stuck at version 1.2 and hopes to be updated.
### Plugin Description Extends the default PPC architecture to add VLE instructions. ### Plugin Repository URL Repo URL: https://github.com/Martyx00/PowerPC-VLE-Extension ### Real Release - [X] I have made a real release
Hi, I maintain [bn-ebpf-solana](https://github.com/otter-sec/bn-ebpf-solana) and having recently integrated an MCP client into the plugin, it now relies on [this MCP server plugin](https://github.com/fosdickio/binary_ninja_mcp) being installed. Is there a builtin way to...
Describe your issue here: Plugin `Another MCP Server` is defining its python dependencies using a section in `plugin.json` file And it looks like binja is ignoring this section, or there...