binaryninja-api
binaryninja-api copied to clipboard
Public API, examples, documentation and issues for Binary Ninja
 `field_20` in `struct_a` is surely a pointer for another structure or class. Support for clicking on `field_20` and creating a structure by pressing `S` would be useful feature.
Original bug report: 1. ~~Attempt to save a layout with a pinned cross references or minigraph pane.~~ 2. ~~Enjoy crash.~~ Updated report: Saving a layout with a pinned cross reference...
3.1 dev The Following instructions should be translated to failfast on windows. Architecture | Instruction | Location of code argument -- | -- | -- x86 | int 0x29 |...
sometimes when on a captive portal or offline service interrupts plugin manager initialization it fails to load all plugins
We can use components of the memory map sidebar widget in the "Open With Options" dialog to make segment/section configuration much nicer
A small but lovely touch for minimalism addicts.
First of all, I want to congratulate anyone who works on BN. I'm evaluating replacing my daily reverse engineering tool (which, I guess anyone who reads this already knows him.)...
Highlight synchronization between two view (HILL-Disassembly for example) is working good if only one line selected. It would be useful if it could be supports for multi-line selections. 
**Version and Platform (required):** - Binary Ninja Version: 3.1.3469 - OS: Windows - OS Version: 10 - CPU Architecture: x64 **Bug Description:** Copy As is not working on Linear view...
I think decompiler should indicate a sign about string assignations according to string type.  In this example "mytestname1234567" is actually a wide string. But I cannot directly understand it...