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

We would like to at some point open source our BinaryViewType implementations for - [ ] ELF - [ ] Mach-O - [ ] PE - [ ] COFF

enhancement
Effort: Medium
Impact: Medium

Considering one of the first things that needs to be figured out when loading a new firmware is the base address it would make sense that we provide a suggested...

enhancement
Impact: High
Effort: Medium

Binary Ninja calculates a function's "end" differently than other products. Though we believe this to be a superior approach it can cause confusion when someone wants to end a function...

documentation
Impact: Medium
Effort: Trivial

An incredibly common workflow is to search for file paths, ulrs and environment variables. These special strings should be specifically identified, categorized and preferentially displayed.

enhancement
Effort: Medium
Impact: Medium

We currently have MSVC Runtime function signatures but not for the libc

enhancement
Impact: High
Effort: Medium

The C++ API should be bundled with the product. Currently its very difficult for a user to know which version of the API maps to the version of the product...

enhancement
Impact: Low
Effort: Trivial

It would be nice if stack view allowed you to create a structure by selecting a range of values and hitting 's'. Analog to how its done in linearview from...

enhancement
Effort: Low
Impact: Medium

When creating tags it should automatically pop up the emoji picker.

enhancement
ui
Impact: Low
Effort: Low

It would be nice if there were a single key for cycling through integer display types. Frequently this can also be done in an intelligent way. - 0x1000 vs. 4096...

enhancement
ui
Impact: Low
Effort: Trivial

It's impossible to create a folder in the top-level of a project using the right-click create folder menu when other folders exist. Instead, it will be created in the last...