Interactive Binja Plugin List

Category Information

  • helper - Plugin that adds some base functionality to Binary Ninja. Most plugins will be of this type.
  • ui - The plugin extends the UI in some way.
  • architecture - The plugin adds an architecture (e.g. x86, ARM, MIPS).
  • binaryview - The plugin adds a new BinaryView (e.g. PE, MachO, ELF).
  • core - Plugin that extends the core's analysis.
  • sync - A plugin that synchronizes data with an external tool.

C++/Rust Support

Some features, such as support for C++/Rust plugins, are currently unavailable in the plugin manager due to unresolved issues. You'll have to manually install (and build) them. See issue #2238 for more details.

Supported Versions

When building a Python plugin that installs a native plugin, please be aware of the following limitations:

  • No support for maximum version constraints (this may result in compatibility issues with dev builds).
  • Only basic version comparisons are supported (full semantic versioning is not yet implemented).
  • It's currently not possible to limit plugin compatibility to specific branches or version ranges.
These limitations are tracked in issue #211.

Filters

Community Official
C C++ Python Rust
Helper BinaryView Architecture Core Sync UI Patch Analysis
Name Description Categories Source Last Updated