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

Public API, examples, documentation and issues for Binary Ninja

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

Symbols Sidebar should show total number of visible items somewhere.

enhancement
ui
Impact: Low
Effort: Trivial

Binary Ninja Version: 1.1.1762-dev, 49d18786 Platform: Windows 10 (10.0) When calling demangle_ms, the returned `Type` just returns `None` for `.calling_convention`, although `.tokens` does show it. ``` >>> demangled = demangle_ms(Architecture['x86'],...

enhancement
demangler
Impact: Low
Effort: Low

**Version and Platform (required):** - Binary Ninja Version: 3.1.3626-dev **Bug Description:** Typing global data as a `char *[2]` turns into a `char * (&foo)[2]` **Steps To Reproduce:** ![https://cyberjes.us/charr.gif](https://cyberjes.us/charr.gif) **Expected Behavior:**...

type_parser
Impact: Medium
Awaiting Triage
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 3.1.3615 - OS: macOS - OS Version: 12.0.1 - CPU Architecture: M1 **Bug Description:** The symbols list has side scrolling but assumes...

bug
ui
Impact: Low
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 3.0.3319-dev - OS: macOS - OS Version: 12.0.1 **Bug Description:** When searching for text in the UI, the search runs on the...

Type: Bug
Component: UI
Impact: Low
Effort: Medium
UI: Filter

**Version and Platform (required):** - Binary Ninja Version: 3.0.3233 (Build ID e250d0a3) and 3.0.3262-dev (Build ID f7b5b2ba) - OS: macOS - OS Version: 12.1 21C52 **Steps To Reproduce:** 1. Open...

enhancement
Impact: Medium
type propagation
Blocked

[lol.elf.zip](https://github.com/Vector35/binaryninja-api/files/9353199/lol.elf.zip) ![image](https://user-images.githubusercontent.com/10556585/184944309-e8666152-0c57-4fac-913d-6a917cf3ed3b.png)

bug
Impact: High
Effort: Trivial

The `BNSetBinaryViewTypeArchitectureConstant` and `BNGetBinaryViewTypeArchitectureConstant` APIs are no longer used and should be both deprecated and defanged.

enhancement
API
Impact: Low
Effort: Trivial

Trying to expand a selection in linear view to a whole section/segment is tedious. It would be helpful if there were actions which could help: Expand Selection\\To end/start of bv...

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

Currently the only overview we have of functions is their names in the "symbols" list. Ideally we'd have a sortable table view of function details, with various columns: size (sum...

enhancement
Impact: Low
Effort: Medium