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

if you open notepad.exe on windows and start the debugger, then place a breakpoint in main(after entry breakpoint is reached), once the breakpoint is reached binja will start to lag...

Right now we discard the memory cache as soon as the target resume execution. This is technically right, since once the target is running, all the memory content we are...

The Windows Kernel debugger doesn't properly pause execution. Because when we pause the execution and we execute the `r` command twice without unpausing, the content of the registers changes: ![Screenshot_20240717_122731](https://github.com/user-attachments/assets/6d824a1e-e248-42bb-a0c6-392a111095d5)...

bug

When executing a TTD trace (which is an incredibly useful feature btw!) it's not clear from the dialog where the run file should go - if anything I'd guess it...

Now that we have the project feature, a use case is that we load multiple files into the project and put breakpoints on different modules. In that case, the debugger...

[CrackMev1.zip](https://github.com/user-attachments/files/16188870/CrackMev1.zip) When debugging this .NET .exe, binja debugger fails to show the list of loaded modules. Though we know debugging a .NET binary with a native debugger would not be...