binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
Small negative numbers sometimes show up as large positive numbers sometimes: At LLIL it looks correct:  But at HLIL its showing wrong: 
**Version and Platform (required):** - Binary Ninja Version: 3.1 **Bug Description:**  PLT entries in the included binary are broken in some fundamental way. [libhdk.bndb.zip](https://github.com/Vector35/binaryninja-api/files/9085139/libhdk.bndb.zip)
The contents of `bv.libraries` is shown at the top of linear view but not in Triage View.
Currently the `*` hotkey doesn't work on arrays of structures and instead attempts to make the first element of the structure an array.
Sometimes features exist in the plugins in the plugin manager yet people don't think to look there. I suggest that we add actions for each of not-yet-installed the plugins in...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3478-dev, 3.0 (not a new issue) - OS: Windows - OS Version: 11 - CPU Architecture: x64 **Bug Description:** I'm adding tags...
**What is the feature you'd like to have?** I want to be able to use Edit Function Properties to mark a function as `pure`. The purpose here would be to...
Right now the only way to retrieve all of the saved metadata for the current binary view is to `bv.query_metadata(key)` each of the saved keys. This requires manually updating a...
**What is the feature you'd like to have?** Save with Options should have an option to anonymize/remove the original file path. **Is your feature request related to a problem?** This...
Modal dialogs for change type and change name are not a great solution because once the dialog is up the user looses context of what they triggered the dialog on....