binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**Version and Platform (required):** - Binary Ninja Version: 4.1.4957-dev, 89858360 - OS: macOS - OS Version: 14.4 - CPU Architecture: x86_64 **Bug Description:** 1. `Binary Ninja` not get function names...
I'm evaluating Binary Ninja 4.1 Free on some older DirectShow code. You already have GUIDs and type definitions for `ICreateDevEnum`, `IGraphBuilder`, `IMediaControl`, `IBaseFilter`, `ICaptureGraphBuilder2`. However, [ISampleGrabber](https://learn.microsoft.com/en-us/windows/win32/directshow/isamplegrabber) with `[Guid("6b652fff-11fe-4fce-92ad-0266b5d7c78f")]` is missing.
**Version and Platform (required):** - Binary Ninja Version: 4.2.5872-dev - OS: Arch Linux - OS Version: - - CPU Architecture: x64 **Bug Description:** Can't access the sections property of BinaryView...
**Version and Platform (required):** - Binary Ninja Version: 4.2.5811-dev - OS: Mac OS X - OS Version: 14.5 - CPU Architecture: x64 **Bug Description:** In HLIL, when setting an integer...
It was a victim of a refactor and now always returns an empty list

Documentation missing for working with different width strings and adding Unicode code pages
**Version and Platform (required):** - Binary Ninja Version: 4.1.5747 - OS: Ubuntu Linux - OS Version: Ubuntu 22.04.2 LTS - CPU Architecture: x64 **Bug Description:** When tracking a variable through...
To allow python plugins to do work not on the UI thread. Also allows them to call `update_analysis_and_wait()`. Tested with a basic plugin.json as a full plugin and works.
**What is the feature you'd like to have?** Similar to how PDB and Debuginfod support can both load symbols automatically, it would be super cool to have the equivalent for...