binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
**Version and Platform (required):** - Binary Ninja Version: 3.1.3678-dev (Build ID 471db061) - OS: Xubuntu Linux - OS Version: 22.04.1 - CPU Architecture x64 **Bug Description:** When in graph view,...
**Version and Platform (required):** - Binary Ninja Version: 3.1 latest **Bug Description:** https://user-images.githubusercontent.com/10556585/188640027-63c9e702-d5be-4ace-a514-24026aa53e5b.mov **Expected Behavior:** The collapse state shouldn't matter to the filter
**What is the feature you'd like to have?** Make the import/export/entrypoint/base addresses all green, like everywhere else an address is shown in binja. **Is your feature request related to a...
Binary Ninja Version: 2.0.2138-dev, d031c340 Platform: Windows 10 Version 1903 After using demangle_ms a lot lately, here's a list of problems I have come across: ## Vftables have type_class TypeClass.NamedTypeReferenceClass...
**What is the feature you'd like to have?** When I switch types in the Types Sidebar, I cannot use cmd+[ and cmd+] to go back and forth in my navigation...
- [x] Support Composable Workflows - [x] Remove Legacy Pipeline and Enable Workflows By Default - [x] Function Granular Settings - [ ] Module Level Analysis Pipeline - [ ]...
While analyzing the file [virtual-test.zip](https://github.com/Vector35/binaryninja-api/files/9388797/virtual-test.zip), when I view the file statically, I get the following value at address 0x100004060: The value 0x100000000040d0 is wrong here -- it is a vtable,...
It should be possible for DebugInfo APIs to automatically be detected and loaded when appropriate. Examples include: dwarf information, PDB information, etc. Might require some in-progress changes to workflows.
Atm if one loads up binaries such as win32kfull.sys and attempts to decompile a function with a `this` pointer in its function defininition, such as `ESTROBJ::ptlBaseLineAdjustSet`, the definition in Binary...
- [ ] apply vtables - [ ] apply local variables - [ ] support bitwise structures (depends on #694) - [ ] apply register variables - [ ] use...