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

Repros on 3.5 and 3.4 Steps to reproduce: 1. Linux 22.04 2. Run /bin/cat 3. Resume 4. Press Disconnect (doesn't seem to do anything...possibly hung) 5. Press Kill 6. Crash...

bug
crash
hang

There is a crash when the user closes the tab while the debugger is running, and the current view in the view frame is NOT the view used to create...

As mentioned in https://github.com/Vector35/binaryninja/issues/536, the main window code that does rebasing already migrated to this function. It has a few advantages, e.g., it can properly handle multiple open tabs for...

When we use LLDB or WinDbg, when the target stops, it prints the status of the target, which usually includes the value of the registers, as well as the disassembly...

It works fine from macOS as I tested. On Windows, the conversation gets stuck at asking for thread info, and stalls

**Version and Platform (required):** - Binary Ninja Version: 3.4.4271 Enterprise, b7fd028d - OS: ubuntu - OS Version: 22.04 - CPU Architecture: x86_64 **Bug Description:** **Steps To Reproduce:** 1. Load calc.exe...

Using the LLDB adapter will cause the liblldb.dll to be loaded, which then loads the sytem32 dbgeng DLLs. They are incompatible with the ones the debugger uses. Pretty similar to...

good first issue
DbgEng

Looks like LLDB can not restore original bytes for breakpoints on windows. If I override IP, seems like continue, step into /over etc works. ![lldb](https://user-images.githubusercontent.com/109607896/202721470-453c46fb-e9ed-4761-8fad-00e999d3c1f4.png) Probably related to #124 Reading...

Effort: High
Impact: Low
LLDB
DbgEng

For me the `WinDbg` integration is not working. I tried this on the mainline version and in dev as well. I tired also to `Reinstall DbgEng Redistributable` which didn't make...

DbgEng