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

Component: Rust API

**Version and Platform (required):** - Binary Ninja Version: 4.0.5336-stable - OS: Ubuntu Linux - OS Version: 24.04 LTS - CPU Architecture: x64 **Bug Description:** Attempting to start a fresh copy...

Impact: Low
Effort: Trivial

1. Open a binary 2. Go to linear/graph view 3. Open Memory Map view (or other view that has a sidebar equivalent) 4. Try to use ESC (or your equivalent...

Type: Bug
Component: UI
Impact: Low
UI: Types
UI: Strings
UI: Memory Map

Almost all uses of the `libc` crate were to import types that the standard library already provides, e.g. `c_void`, `c_char`, etc. We can import those from `std::ffi`. In some places...

Component: Rust API