binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**Version and Platform (required):** - Binary Ninja Version: 3.1.3469-dev - OS: Windows - OS Version: 11 - CPU Architecture: x86_64 **Bug Description:** MSVCR100.dll is not installed as a dependency so...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3673-dev - OS: MacOS - OS Version: 12.5.1 - CPU Architecture ARM64 **Bug Description:** The cross-references pane no longer has a horizontal...
When using the Wayland client on Linux, panes cannot be dragged to new windows and cannot be dragged to a different, already existing window. In Wayland, panes can only be...
While ELF and PE are (supposedly?) limited to 8 bytes for section names, Mach-O allows 16, and Mach-O binaries *very* frequently make use of all 16 of them. Universally so...
**Is this a general concept that needs to be documented or a specific API?** General Concept **What concept or API needs more documentation?** There is no specific documentation on how...
**Is this a general concept that needs to be documented or a specific API?** General Concept **What concept or API needs more documentation?** The act of building a custom Architecture...
**Is this a general concept that needs to be documented or a specifi API?** General Concept: What is the workflow for building and submitting a binja c++ based plugin, how...
**What is the feature you'd like to have?** Would be really awesome to see Binary Ninja get a native/built in implementation of [FRIEND](https://github.com/alexhude/FRIEND) or it's newer fork [AIME](https://github.com/NeatMonster/AMIE) this would...
Right now, we have multiple widgets that support filtering of the items. However, there behaviors are not consistent. In particular, all widgets that inherit from FilterTarget class, i.e., those in...
**What is the feature you'd like to have?** When building UI plugins, a build of Qt 6 with Binary Ninja's patches is required. This build process is documented at and...