debugger
debugger copied to clipboard
Binary Ninja debugger
Right now, all changes are lost after the debugging ends. This is non-intuitive and counterproductive. We should offer to copy changes made to the debugger view to the original view....
The user tries to debug a binary in a Hype-V VM. The VM has no internet connection. The error message is: ``` ConnectToDebugServerInternal timeout Failed to connect process server ```...
Hi, I tried to run a WinDBG (TTD) execution trace in Binnary Ninja. I encountered an error when launching the trace in binary ninja. Binja version: 4.1.5096-dev (69918583) Documentation followed:...
 Right now when we use the DbgEng adapter, a Window pops up for the dbgsrv.exe. We should set the appropriate parameters for CreateProcessA to make it hide the window:...
DbgEng will try to download symbols and just hang
The feature is added in https://github.com/Vector35/debugger/commit/d45ca39e127b294c1a3b1362fed344784b495c52, but the docs are not updated
A common task in malware analysis is to unpack and dump the executable file for further analysis. It would be nice if this operation can be automated within the BN...