binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**Version and Platform (required):** - Binary Ninja Version: 4.0.4958 - OS: macOS - OS Version: 14.4.1 - CPU Architecture: x64 **Bug Description:** Selecting a variable in the Disassembly view does...
**Version and Platform (required):** - Binary Ninja Version: 4.0.4958 - OS: macOS - OS Version: 14.4.1 - CPU Architecture: x64 **Bug Description:** Using the right click menu in the Variables...
**Version and Platform (required):** - Binary Ninja Version: 4.1.4986-dev - OS: macOS - OS Version: 14 - CPU Architecture: M1 **Bug Description:** I tried to load a DWARF symbol file...
**What is the feature you'd like to have?** When the clang type parser determines its list of arguments, currently it is only specified by the private internal code, leaving no...
If I understand the following correctly, I do not believe we currently support this use-case. But, I can understand how/why it would be useful. So, we should consider adding support...
### Discussed in https://github.com/Vector35/binaryninja-api/discussions/5264 Originally posted by **utkonos** April 11, 2024 The new search interface shows the results of a search on a tab in the new search panel. For...
We should modify the open procedure in the UI to generate load options (via GetLoadSettingsForData) for all open operations. This means that opening a file without using the 'Open with...
Structures over 0x400 aren't properly created when using "s" on the call of an allocator: Note this is especially problematic because it's extremely difficult using the UI to turn the...
Right now we already support bulk defining integer types by pressing 1, 2, 4, 8. A user recently brought up a use case which suggests we might wish to extend...
I noticed this while working on the recent xed update. For example, for instruction `lgdt [eax+0x10]` (0f015010), xed gives us the input is a 48bit struct: ``` % obj/wkit/examples/obj/xed-ex1 0f015010...