binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
We would like to at some point open source our BinaryViewType implementations for - [ ] ELF - [ ] Mach-O - [ ] PE - [ ] COFF
Considering one of the first things that needs to be figured out when loading a new firmware is the base address it would make sense that we provide a suggested...
Binary Ninja calculates a function's "end" differently than other products. Though we believe this to be a superior approach it can cause confusion when someone wants to end a function...
An incredibly common workflow is to search for file paths, ulrs and environment variables. These special strings should be specifically identified, categorized and preferentially displayed.
We currently have MSVC Runtime function signatures but not for the libc
The C++ API should be bundled with the product. Currently its very difficult for a user to know which version of the API maps to the version of the product...
It would be nice if stack view allowed you to create a structure by selecting a range of values and hitting 's'. Analog to how its done in linearview from...
When creating tags it should automatically pop up the emoji picker.
It would be nice if there were a single key for cycling through integer display types. Frequently this can also be done in an intelligent way. - 0x1000 vs. 4096...
It's impossible to create a folder in the top-level of a project using the right-click create folder menu when other folders exist. Instead, it will be created in the last...