binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Public API, examples, documentation and issues for Binary Ninja

Results 859 binaryninja-api issues
Sort by recently updated
recently updated
newest added

**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...

Type: Bug
DebugInfo: PDB
Impact: Medium
Component: DebugInfo

Starting with the addition of the Ninja Edit theme on both stable (4.0) and dev (4.1.5124). Comparison with 3.5:

Type: Bug
Component: UI
Impact: Low
Effort: Trivial

**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...

Type: Bug
Component: Architecture
Arch: MIPS
Effort: Medium
Impact: Medium

### 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...

Type: Enhancement
DebugInfo: PDB
Effort: Low
Impact: Medium
Component: DebugInfo

**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...

State: Awaiting Triage

**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...

Type: Bug
Component: Demangler
Impact: High
Effort: Medium

### 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...

Type: Enhancement
Component: UI
Impact: Low
Effort: Medium
UI: Stack

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....

Type: Enhancement
Component: UI
Impact: Low
Effort: Low
UI: Keybindings

**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...

Type: Enhancement
Component: Core
Effort: Medium
Impact: Medium
Component: DebugInfo

**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...

Type: Enhancement
Component: Architecture
Core: LLIL
Lifting
Arch: Z80