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?** Be able to navigate around in a complex function using the basic block labels and other label symbols in the function from...
**What is the feature you'd like to have?** Add a checkbox in the Tags pane that hides the tag type dividers and adds a tag type column (like the ancient...
Binary referenced in ticket: `happy star paints carefully`. During analysis we identify pointers to data in functions and create data variables, this step will visit all MLIL instructions in a...
bothered me for a while tl;dr docs for: - `PluginCommand.register_for_medium_level_il_function` - `PluginCommand.register_for_medium_level_il_instruction` - `PluginCommand.register_for_high_level_il_function` - `PluginCommand.register_for_high_level_il_instruction` used `register_for_low_level_il_*` for some reason, not anymore
**What is the feature you'd like to have?** add a clear user value buttom in "ASSERT" line **Is your feature request related to a problem?** when define a var as...
**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...
More descriptive and deferred freeing of large lists.
Currently the Rust API has incomplete MLIL and HLIL bindings, on top of that it may seem to some (including myself) that they lack "polish" that one would associate with...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8726-dev Ultimate, 8589bdfe - OS: macos - OS Version: 26.1.0 - CPU Architecture: arm64 **Bug Description:** If I change many function names...
When defining an extern section to model some external rom code, one may consider backing it with a r+x segment, this will result in the IsOffsetExternSemantics function returning false, which...