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