binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
Either in the update docs or in the troubleshooting docs we should add a section describing how to run side-by-side versions on each of the three platforms as well as...
**Is this a general concept that needs to be documented or a specific API?** LogTrace documentation is wrong **What concept or API needs more documentation?** Does not accurately describe when...
Namely that you have to hold references to intermediate objects, so instead of ```python import binaryninjaui print(binaryninjaui.UIContext.activeContext().getCurrentView().actionContext().token.token) ``` you have to do ```python import binaryninjaui ui_context = binaryninjaui.UIContext.activeContext() view =...
**What is the feature you'd like to have?** just as the title says. toggle console action, there are many toggle actions, why not console ? its convenient for fast python...
**What is the feature you'd like to have?** be able to bind ctrl-d **Is your feature request related to a problem?** yes, ctrl-d is set to some action related to...
**Version and Platform (required):** - Binary Ninja Version: 5.2.8722, c75356aa - OS: windows - OS Version: 10 - CPU Architecture: x86_64 **Bug Description:** stack variable in some function become sp+offset...
**Is this a general concept that needs to be documented or a specific API?** Workflows **What concept or API needs more documentation?** The Workflows documentation should mention that workflows are...
**Version and Platform (required):** - Binary Ninja Version: 5.3.8760-dev Ultimate, fba98d3c - OS: macos - OS Version: 26.1.0 - CPU Architecture: arm64 **Bug Description:** Description of `core.function.metaAnalysis` in `analysis.workflows.functionWorkflow` in...
**What is the feature you'd like to have?** It would be really nice to see, at a glance, what the history of your patches is within the database with information...