binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**Version and Platform (required):** - Binary Ninja Version: 4.1.5167-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** One of the VTables in my pdb was...
Starting with the addition of the Ninja Edit theme on both stable (4.0) and dev (4.1.5124). Comparison with 3.5:
**Version and Platform (required):** - Binary Ninja Version: 3.5.4526 - OS: MacOS - OS Version: 14.2.1 - CPU Architecture: x64 **Bug Description:** It appears that the disassembler is losing track...
### Discussed in https://github.com/Vector35/binaryninja-api/discussions/5303 Originally posted by **uniquadev** April 20, 2024 Currently, when importing debug information with a pdb file, there is no pop-up window that allows you to toggle...
**Version and Platform (required):** - Binary Ninja Version: 4.0.4958 (ddff9339) and dev version 4.1.5144 - OS: macOS - OS Version: 13.6.6 (22G630) - CPU Architecture: M2 **Bug Description:** When calling...
**Version and Platform (required):** - Binary Ninja Version: 4.1.5135-dev Personal (d14e3281) - OS: Ubuntu Linux - OS Version: 22.04 - CPU Architecture:x64 - Target: aarch64 linux elf **Bug Description:** Please...
### Discussed in https://github.com/Vector35/binaryninja-api/discussions/5289 The user suggested that we should support setting an alternative zero for the stack widget. For example, he sometimes wish to set the saved ebp as...
In various cases, we wish to set a data variable's type to constant. Right now we have to press Y and manually edit the type, but it's a bit inconvenient....
**What is the feature you'd like to have?** The most of ELF files contain the `.eh_frame` section, which **records accurate boundary information for subroutines (such as functions)**, including start and...
**Version and Platform (required):** - Binary Ninja Version: 3.5.4526 - OS: win10 - OS 10 - CPU x64 **Bug Description:** Extending the gameboy plugin to implement LLIL lifting, the carry...