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

Steps to repro: 1. reboot the system 2. use a headless script (see below) to debug any program 3. the "Developer Tools Access" dialog pops up 4. Authenticate as instructed...

![Screenshot 2024-12-17 at 12 22 54 PM](https://github.com/user-attachments/assets/0a2061ad-81d4-4694-b4c8-2ea9a219478e)

documentation

Right now this can only be done using the async API, which is a bit more complex than the synchronous version

enhancement

Hi, **What is the feature you'd like to have?** Be able to auto attach/debug child process using binja debugger on Windows. **Is your feature request related to a problem?** I...

enhancement

For WinDbg it is https://learn.microsoft.com/en-us/windows-hardware/drivers/debuggercmds/sx--sxd--sxe--sxi--sxn--sxr--sx---set-exceptions- Should be added to this part: https://docs.binary.ninja/guide/debugger/index.html#running-debug-adapter-backend-commands

documentation

Once Vector35/debugger#105 is resolved, the next step would be to add proper support.

Effort: High
Impact: High
functionality

## Feature Request Currently, Binary Ninja's TTD implementation allows recording and analyzing individual program executions. It would be valuable to add functionality to compare different TTD traces of the same...

enhancement

**Version and Platform (required):** - Binary Ninja Version: 6473 - OS: windows - OS Version: 24h2 - CPU Architecture: x64 - Local or Remote Debugging: local - **Bug Description:** the...

Right now the DngEng loads the symbol with the default option. We should allow the user to configure it. See a list of possible values: https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/symbol-options and also https://learn.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-symsetoptions I...