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?** The new bitfield support in structures is awesome, but until bitfield resolution is added to MLIL/HLIL (https://github.com/Vector35/binaryninja-api/issues/7533), I think there should be...
### Discussed in https://github.com/Vector35/binaryninja-api/discussions/7350 Originally posted by **cafeed28** September 5, 2025 when i change the struct definition, function decompilation still remembers old definition and using them. reanalyzing function or entire...
**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:** A function workflow...
**What is the feature you'd like to have?** In the same manner as current_offset / here, it would be helpful to have current_rva / rva magic variable. There is already...
**What is the feature you'd like to have?** Workflow elements in binary ninja for now is not very clear. For example, in workflows there field with description, but I didn't...
**What is the feature you'd like to have?** It would be nice if BN would support Apple's MIG structures, namely NDR records, which are stored in the Mach-O header. These...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8657-dev Ultimate, a792480c - OS: macos - OS Version: 15.7 - CPU Architecture: arm64 **Bug Description:** If I create a new section...
**What is the feature you'd like to have?** Right now, the right click context menu to the API ProjectCommand only passes the project - I'd like for the file/folder being...
**What is the feature you'd like to have?** I want API functionality to state whether a custom string/constant renderer should be used for a given binary view. I.e. ``` bool...
**What is the feature you'd like to have?** For each registered custom string/constant renderers there should be a setting so that a user can disable them. **Is your feature request...