binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
https://github.com/Vector35/binaryninja-api/blob/dev/stringrecognizer.cpp Should have a shape similar to https://github.com/Vector35/binaryninja-api/blob/dev/rust/src/data_renderer.rs
**What is the feature you'd like to have?** Sometimes when developing workflows or some scripts I need to traverse PVS and then get the accumulated PVS of some variable (mostly...
**What is the feature you'd like to have?** Sometimes `__builtin_memcpy` is used on absurdly small stores, for example sometimes BN turns `*(int*)foo = 0xdeadbeef` into memcpy'ing of 4-bytes string. And...
**Version and Platform (required):** - Binary Ninja Version: 5.1 **Bug Description:** LinearView lags when the PriorityQueue is full. We have the InteractiveQueue but that isn't being used when it could...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8707-dev Ultimate (a74ed668) - Edition: Ultimate - OS: macOS - OS Version: 15.6 - CPU Architecture: M1 **Bug Description:** I have a...
**Version and Platform (required):** - Binary Ninja Version: 5.2.8614 - Edition: Non-Commercial - OS: NixOs - OS Version: 25.11 - CPU Architecture: x64 **Bug Description:** I have the simple function...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8707-dev Ultimate (a74ed668) - Edition: Ultimate - OS: macOS - OS Version: 15.6 - CPU Architecture: M1 **Bug Description:** I am noticing...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8707-dev Ultimate (a74ed668) - Edition: Ultimate - OS: macOS - OS Version: 15.6 - CPU Architecture: M1 **Bug Description:** I have a...
**What is the feature you'd like to have?** request chained calls of complex struct **Is your feature request related to a problem?** i encounter with a smart ptr wraped JNIEnv...
**What is the feature you'd like to have?** When importing files into a project, add the ability to add a note and a metadata key value at the time the...