binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**What is the feature you'd like to have?** Please provide a clear and concise description of what you want. Ability to give function namespace. For example if I name function...
**Binary Ninja Version** 2.4.2921-dev **Describe the bug** No block-based highlights propagate to the HLIL view. **To Reproduce** Steps to reproduce the behavior: 1. Highlight all the blocks in a function...
1. Make a very narrow linear view pane and scroll to the "note" at the top 2. Scroll horizontally 3. Notice that the text scrolls but the "note" background does...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3704 - OS: macOS - OS Version: 12.4 - CPU Architecture: M1 **Bug Description:** If you have two windows open, and try...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3522-dev - OS: Windows - OS Version: 10.0.25136.1000 - CPU Architecture: x64 **Bug Description:** I have a BNDB I've been working on...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3703-dev (Build ID 2713759a) - OS: Ubuntu Linux - OS Version: 22.04.01 - CPU Architecture x64 **Bug Description:** Binary Ninja is off...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3703-dev Personal (Build ID 2713759a) - OS: macOS - OS Version: 13.0 (22A5342f) - CPU Architecture: Apple silicon **Bug Description:** If I...
Currently Binary Ninja only has the ability to ship native plugins. There is a lot of functionality we've built which can be enabled in the plugin manager however we'd like...
For as long as it has existed the Symbols search has been keyword based i.e. you can search for "foo bar" to do sub searches. We've noticed most people don't...
When you hit `*` hotkey on a variable it should look for the next DataVariable or end of Section/Segment and suggest an array size that would fill that region.