debugger
debugger copied to clipboard
Binary Ninja debugger
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...
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...
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....
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
DBGENG adapter fails to attach to SYSTEM process - “no current process or thread” / no attach output
**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...
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
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....
**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...