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

I'm debugging a very large binary (~58 MB). Just attaching the debugger and copying the view is a 5-10 minutes process. (Can provide the binary if necessary, but I don't...

Related links: 1. https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/time-travel-debugging-ttd-exe-command-line-util 2. https://github.com/microsoft/WinDbg-Samples/blob/master/TTD/docs/TTDLiveRecorder.h/interface-ILiveRecorder.md 3. https://www.nuget.org/packages/Microsoft.TimeTravelDebugging.Apis

Although we already have stack variable annotation, we still need a place to keep an eye on the value of certain expressions. Mostly because it focuses only a few values,...

Effort: High
Impact: High
functionality
MVP

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...

documentation
Effort: Low
Impact: Low

![image](https://user-images.githubusercontent.com/94503187/198208959-96634c37-7c26-4c80-9a4e-f4362d2531e9.png) Both the ScriptingConsole and the LLDB echos the input, so we will get them twice. In the screenshot, the target program is `cat`, which echoes the input, and the...

enhancement
Effort: Low
Impact: Low
LLDB Adapter

Repro: 1. Launch application (I used binary ninja itself) 2. Close tab Hit “Cancel” in the popup 3. Close tab Hit “Cancel” in the popup 4. Close tab Hit “Ok”...

Really not necessary on: - [ ] When disconnecting from a server

enhancement
Effort: Trivial
Impact: Low
UI

One for the Debugger menu, one for the context menu. This causes the shortcuts of the actions not showing in the context menu

Effort: Low
Impact: Medium