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

Binary Ninja must provide context of what TTD trace is currently running, likely just as the name of the .run file (with .run extension removed or retained). Use case: I...

enhancement

This request is focused on saving breakpoints but has other benefits. Ultimately, treat copy/pasted breakpoint addresses such that they can be reused. Thanks to a recent change, we are now...

enhancement

We need a few new icons for the TTD sidebars that I am working on. These include: 1. TTD Memroy queries 2. TTD Calls queries 3. General TTD analysis 4....

Effort: Low
Impact: Medium

We need to better explain this to the users: https://docs.binary.ninja/guide/debugger/index.html#viewedit-memory Also https://github.com/Vector35/debugger/issues/520 is probably the way to go

documentation

**Version and Platform (required):** - Binary Ninja Version: 5.1.8104 (stable, 64-bit) - OS: Windows - OS Version: Windows 11 Home (10.0.26100 N/A Build 26100), 64-bit - CPU Architecture: x64 -...

Binary Ninja currently lacks robust embedded debugging capabilities through GDB's Machine Interface (MI) protocol, particularly for OpenOCD-based targets. This gap limits dynamic analysis workflows for embedded firmware reverse engineering, where...

enhancement

When the dbgeng.dll cannot be loaded, it is often times that the dbgeng/dbgcore/dbgmodel/dbghelp.dll is already loaded from a different place (usually systen32) which is incompatible with the one binja wants...

**What is the feature you'd like to have?** Equivalent of lldb -w -n **Are any alternative solutions acceptable?** Uhh launch lldb server separately but i dunno how to do that

enhancement

1. Add API and implementation for querying `@$curprocess.TTD.Heap `. Add a dumb base implementation in DebugAdapter and override it in the dbgeng TTD adapter to provide the actual implementation 2....

enhancement

**Version and Platform (required):** - Binary Ninja Version: 5.2.8243-dev - OS: Windows - OS Version: 10 - CPU Architecture: x64 - Local or Remote Debugging: remote **Bug Description:** When debugging...

Impact: High