binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**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...
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...
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...