debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Binary Ninja debugger

Results 267 debugger issues
Sort by recently updated
recently updated
newest added

We only show it for calls to function inside if the binary

When trying to run an LLDB script I get the following : ``` (LLDB) command script import ~/lldbinit.py error: module importing failed: This script interpreter does not support importing modules....

Effort: Low
Impact: Low

**Version and Platform (required):** - Binary Ninja Version: 5.1.8004-Stable, Free, Personal, and Commercial tested - OS: Windows 11 - OS Version: 24H2 - CPU Architecture: x86_64 - Local or Remote...

Effort: Trivial
Impact: Low

**Version and Platform (required):** - Binary Ninja Version: [e.g. 4.0.4000-dev] (if version is stable, please also test the latest development build via the "Update Channel" option) - OS: [e.g. Ubuntu...

A useful feature of the debugger is to "analysis hold" on during debugging. This way, the analysis is limited to the currently visible functions which significantly reduce the likely unnecessary...

When I debug https://crackmes.one/crackme/66ccb430b899a3b9dd02b07a, I noticed that, at the disassembly level, we can we a few tags for non-code target showing up in the disassembly after we start debugging. This...

when you double click on the entries (in the stack trace widget) for kernel32 and ntdll they will display as raw bytes and not disassembled, which is also a bit...

When we debug without first opening a binary, the view will remain in the hex editor after attaching to the target