binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Public API, examples, documentation and issues for Binary Ninja

Results 765 binaryninja-api issues
Sort by recently updated
recently updated
newest added

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...

Impact: Low
Effort: Trivial

**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...

Impact: Low
Effort: Trivial

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 =...

Impact: Low
Effort: Low

**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...

Impact: Low
Effort: Trivial

**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...

Component: UI
Impact: Low
Effort: Trivial