debugger
debugger copied to clipboard
Binary Ninja debugger
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...

Right now this can only be done using the async API, which is a bit more complex than the synchronous version
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...
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
Once Vector35/debugger#105 is resolved, the next step would be to add proper support.
## 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...
**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...