debugger
debugger copied to clipboard
Binary Ninja debugger
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...
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...
https://binary.ninja/faq/
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...
Looks like LLDB can not restore original bytes for breakpoints on windows. If I override IP, seems like continue, step into /over etc works.  Probably related to #124 Reading...
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...