binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**What is the feature you'd like to have?** String View option to filter to only strings referenced by the currently selected function.
(Issue for @cookiemon) **Version and Platform (required):** - Binary Ninja Version: 3.1.3618-dev **Bug Description:** Transcript from public slack ([from `@null_ptr`](https://binaryninja.slack.com/archives/C0CVALTLN/p1660390659549479)) > When I have a function like this in hlil,...
When the tag list is updated (open a large and complex binary for many potential tags created during analysis -- binaryninjacore is a good one on most platforms) you cannot...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3651 - OS: macOS - OS Version: * - CPU Architecture: x64 **Bug Description:** There are multiple ways to select text in...
UI plugins no longer load in headless binja but plugins that import PySide6 before binaryninjaui can still experience some problems. We should have documentation in https://docs.binary.ninja/dev/plugins.html that describes best-practices for...
**Version and Platform (required):** - Binary Ninja Version: 2.5.3145-dev - OS: macOS - OS Version: 12.0.1 **Bug Description:** Certain "invalid instruction" tags are created when the arch fails to disassemble...
**Version and Platform (required):** - Binary Ninja Version: 3.1.3625-dev - OS: macOS - OS Version: 12.4 - CPU Architecture: M1 **Bug Description:** When tab completing various UI-related things in the...
https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html
- [ ] Warn when adding a segment/section not backed by file (will be obviated by #920) (suggestions from https://github.com/Vector35/binaryninja-api/issues/1698#issuecomment-1222580558) - [ ] Add a "Create Section" right-click menu option...
**What is the feature you'd like to have?** Typelibs for Windows kernel mode libraries **Additional Information:** Having type information for common kernel mode libraries, such as: - `ntoskrnl.exe` - `hal.dll`...