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

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

Effort: High
Impact: High
functionality
MVP

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

DbgEng Adapter

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

![image](https://github.com/Vector35/debugger/assets/94503187/c93bc43b-2e70-41ee-8a56-f0e617d3f932) 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:...

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