debugger
debugger copied to clipboard
Binary Ninja debugger
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,...
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...
 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...
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
One for the Debugger menu, one for the context menu. This causes the shortcuts of the actions not showing in the context menu