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

Public API, examples, documentation and issues for Binary Ninja

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

![image](https://github.com/Vector35/binaryninja-api/assets/44076/b4bd9f22-f39b-4e49-b356-8fa73ec1b705) It would be nice if I could resize the Recent Files list; I'd prefer a more even split between that and the Changelog.

Component: UI
Impact: Low
Effort: Trivial
UI: New Tab

**What is the feature you'd like to have?** I had no idea you could create multiple python console windows up until I saw the [livestream today](https://youtu.be/vl9ULZd8qCk?t=2808) (46:40 timestamp). It would...

Type: Enhancement
Component: UI
Impact: Low
Effort: Trivial
UI: Python Console

**What is the feature you'd like to have?** Currently, the search box is optimized for finding rop gadgets. If you search into the middle of an instruction, it will disassemble...

Component: UI
Impact: Low
Effort: Low

In our arch plugin guide (https://binary.ninja/2021/12/09/guide-to-architecture-plugins-part2.html), we taught people how to do liftings, but we did not cover how to create intrinsics. Right now it requires some guesswork to figure...

Component: Documentation
Impact: Low
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 4.0.4836-dev, df4290fd - OS: macos - OS Version: 14.3 - CPU Architecture: arm64 **Bug Description:** It seems that BN chooses to display...

Component: Core
Core: MLIL
Impact: Low
Effort: Low

Windows syscalls can change [per release](https://j00ru.vexillium.org/syscalls/nt/64/) and we don't currently have the appropriate type libraries for each call. We should!

Type: Enhancement
Component: Platform
File Format: PE
Effort: Medium
Impact: Medium

**Description** Currently, `FlowGraph::Show` is very limited in terms of cutomization since we don't have access to the underlying QWidget. There is a `FlowGraphWidget` type available that allow for more control,...

Type: Enhancement
Component: UI
Impact: Low
Effort: Medium
UI: Graph

Now that we have support for object settings, this should be fairly easy to do

Type: Enhancement
Component: UI
Component: Core
Effort: Low
Impact: Medium
UI: Plugin Manager

PE and ELF files use a lot of RVAs in it. Right now, whenever the user wishes to navigate to it, he needs to add that address to the image...

Type: Enhancement
Component: UI
Impact: Low
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 3.6.4774-dev, 20b49d1e - OS: macos - OS Version: 14.2 - CPU Architecture: arm64 **Steps To Reproduce:** See the GIF please. Need to...

State: Unreproducible