galenbwill
galenbwill
**Version and Platform (required):** - Binary Ninja Version: since forever, according to rusty - OS: macOS - OS Version: `¯\_(ツ)_/¯` **Bug Description:** **Steps To Reproduce:** 1. scroll to the top...
(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,...
Dock widgets have been deprecated in the Binary Ninja UI, and it appears the SENinja UI elements cannot be made visible in the new 4.0 interface currently on the dev...
...and _maybe_ an "expand all" button. When a binary has lots of tags (like open any random mips binary) spread over multiple tag types, it could take as many as...
This issue was extracted from Vector35/binaryninja-api/issues/3563 into the debugger repo, but it applies to [debugger.md](https://github.com/Vector35/binaryninja-api/blob/dev/docs/guide/debugger.md) - [ ] The first instance of `DebugAdapter` in the [Debug Adapters](https://github.com/Vector35/binaryninja-api/blob/dev/docs/guide/debugger.md#debug-adapters) section needs to...
This fixes a small bug due to a change in the return value of `LowLevelILFunction.get_ssa_reg_definition`
**Describe the bug** Links presented for arm64 and arm32 instructions' descriptions are out of date. For example, `umull` points to: https://www.keil.com/support/man/docs/armclang_asm/armclang_asm_pge1427897719730.htm **Offending instruction information** With the instruction that causes the...
After hitting the green fullscreen button, moving the mouse to the top does not reveal the titlebar, and there is no way to get out of fullscreen.
**What is the feature you'd like to have?** The the structure of a function's decompilation could be improved by prioritizing early returns in cases like the following: Current decompilation: ```c...
Currently LDAR/STLR and friends are lifted as simple loads and stores. These should be lifted to intrinsics that represent their specific acquire/release semantics. TODO: add a list of all the...