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

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...

binaryninja

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...

DbgEng Adapter

Currently, all debug adapters are in the debugger core. We need to add the ability to write a debug adapter from the API side

Effort: High
Impact: High
functionality

via gdb-mi, we will bundle the gdb executable with the debugger

functionality

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,...