binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
 It would be nice if I could resize the Recent Files list; I'd prefer a more even split between that and the Changelog.
**What is the feature you'd like to have?** I had no idea you could create multiple python console windows up until I saw the [livestream today](https://youtu.be/vl9ULZd8qCk?t=2808) (46:40 timestamp). It would...
**What is the feature you'd like to have?** Currently, the search box is optimized for finding rop gadgets. If you search into the middle of an instruction, it will disassemble...
In our arch plugin guide (https://binary.ninja/2021/12/09/guide-to-architecture-plugins-part2.html), we taught people how to do liftings, but we did not cover how to create intrinsics. Right now it requires some guesswork to figure...
**Version and Platform (required):** - Binary Ninja Version: 4.0.4836-dev, df4290fd - OS: macos - OS Version: 14.3 - CPU Architecture: arm64 **Bug Description:** It seems that BN chooses to display...
Windows syscalls can change [per release](https://j00ru.vexillium.org/syscalls/nt/64/) and we don't currently have the appropriate type libraries for each call. We should!
**Description** Currently, `FlowGraph::Show` is very limited in terms of cutomization since we don't have access to the underlying QWidget. There is a `FlowGraphWidget` type available that allow for more control,...
Now that we have support for object settings, this should be fairly easy to do
PE and ELF files use a lot of RVAs in it. Right now, whenever the user wishes to navigate to it, he needs to add that address to the image...
**Version and Platform (required):** - Binary Ninja Version: 3.6.4774-dev, 20b49d1e - OS: macos - OS Version: 14.2 - CPU Architecture: arm64 **Steps To Reproduce:** See the GIF please. Need to...