binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
Created on behalf of @VisualEhrmanntraut > Optimiser for min, max expressions: > ```// before > TYPE val; > if (Z > Y) { > val = Y > } else...
``` if (x) a = N else a = M ``` If the N and M are above a small complication threshold we should convert it to a ternary while...
**Version and Platform (required):** - Binary Ninja Version: 5.0.7290 - OS: macOS - OS Version: 15.4.1 - CPU Architecture: x64 **Bug Description:** The Path in triage view doesn't show the...
**Version and Platform (required):** - Binary Ninja Version: 5.0.7248-dev - OS: macOS - OS Version: 15.4 - CPU Architecture: x64 **Bug Description:** Crashes when this line of code is run...
**Version and Platform (required):** - Binary Ninja Version: 5.1.7422-dev Ultimate (84083554) - OS: Debian Linux - OS Version: unstable - CPU Architecture: x86_64 **Bug Description:** The type annotations for `TypeParserResult`...
**What is the feature you'd like to have?** Until #6105 gets resolved, customers tend to try and use `binexport` for binary diffing with Binary Ninja. Unfortunately, building this is non-trivial...
**What is the feature you'd like to have?** I have huge database with ~1.5kk types. So, when I want to change some function or field type, appears text box where...
**Bug Description:** Function properties dialog shows the global pointer value identified by Binja, even if it is overridden by the user.  **Steps To Reproduce:** Please provide all steps required...
**What is the feature you'd like to have?** "Display variable types at top of function" mostly just introduces noise due to sheer amount of nearly-identical, mostly-information-free variables that interfere with...