binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
Symbols Sidebar should show total number of visible items somewhere.
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'],...
**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:**  **Expected Behavior:**...
**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...
**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...
**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...
[lol.elf.zip](https://github.com/Vector35/binaryninja-api/files/9353199/lol.elf.zip) 
The `BNSetBinaryViewTypeArchitectureConstant` and `BNGetBinaryViewTypeArchitectureConstant` APIs are no longer used and should be both deprecated and defanged.
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...
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...