Home

Awesome

Binary Ninja Debugger

This is the repository for Binary Ninja Debugger. The debugger is written in C++ and is shipped with BN as a plugin.

Platform and Target Support

This is the current comparability matrix of the debugger. The horizontal lines stand for where we run BN and the vertical lines stand for the targets.

Target 🔽 Host ▶️macOSLinuxWindowsNote
macOSYes (Local/Remote)Yes (Remote)Yes (Remote)
LinuxYes (Remote)Yes (Local/Remote)Yes (Remote)
WindowsPlannedPlannedYes (Local/Remote)
GDB ServerYesYesYes(1)
LLDB ServerYesYesYes
Windows KernelTBDTBDPlanned
DebugAdapter ProtocolPlannedPlannedPlanned

Explanation:

Notes:

(1). Right now, we only support gdbserver with android remote debugging. Support for other gdbserver or gdb stub, e.g., qiling, VMWare, QEMU, will be added later.

The progress is tracked in this issue.

Documentation

Building

The debugger is already shipped with Binary Ninja in stable and development branch. If you wish to contribute code, see build instructions.

License

The Binary Ninja Debugger is open-source with Apache License 2.0

For other open-source components and their respective licenses, please refer to this list.