debugger
debugger copied to clipboard
Binary Ninja debugger
I get the following warning message when I try to use the debugger plugin as a user plugin. I have already turned off `corePlugins.debugger` so the debugger that comes with...
The dynamics of this bug is like this: 1. Thread A calls `BinaryNinjaDebugger::DbgEngAdapter::Wait(duration) dbgengadapter.cpp:979`, which obtains an internal lock of DbgEng (invisible to us) 2. Main thread calls `BinaryNinjaDebugger::DbgEngAdapter::GetInstructionOffset()` which...
and rule!
For things like `LD_PRELOAD`, etc
Currently, all debug adapters are in the debugger core. We need to add the ability to write a debug adapter from the API side
via gdb-mi, we will bundle the gdb executable with the debugger
Right now, the Binary Ninja debugger has been built on top of LLDB/DbgEng. They allowed a faster bootstrap of the project and allowed me to focus on the higher-level things,...