binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
The `CoreVersionInfo` class needs some simple examples like: `core_version_info() >= CoreVersionInfo(5,1,0) `
**Version and Platform (required):** - Binary Ninja Version: 5.2.8611-dev - Edition: Non-Commercial - OS: MacOS - OS Version: MacOS Sequoia 15 - CPU Architecture: M3 It should highlight the line...
**What is the feature you'd like to have?** As a follow up to #7353, I'd like to be able to create a sidebar widget that is context aware to which...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8652-dev Ultimate (f6637a1a) - Edition: Ultimate - OS: macOS - OS Version: 15.6 - CPU Architecture: M1 **Bug Description:** Relocations appear to...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8652-dev Ultimate (f6637a1a) - Edition: Ultimate - OS: macOS - OS Version: 15.6 - CPU Architecture: M1 **Bug Description:** I opened a...
Right now there are limited possible results for the filtering on an action in the action system. You can return true or false (with some context), but we should consider...
I want to right click and copy as python list like copy as C array. For example, ```c 00404080 uint32_t check[0x1e] = 00404080 { 00404080 [0x00] = 0x244b28be 00404084 [0x01]...
**What is the feature you'd like to have?** For data that is displayed in multiple columns that the user can choose to sort by one column, should be enhanced so...
**What is the feature you'd like to have?** If users can filter the sections in the strings view, it will be easier to locate the important strings. **Is your feature...