udbserver
is a debugging plugin for Unicorn Engine that implements the GDB Remote Serial Protocol.
It enables GDB-compatible debugging capabilities for Unicorn-based emulation projects, allowing you to inspect and control the emulation state through a GDB client.
- Registers
- Memory
- Single Step
- Breakpoint
- Watchpoint
- Ctrl-C interrupt
- i386
- x86_64
- ARM
- AArch64
- M68K
- MIPS
- PowerPC
- RISC-V
The easiest way to get started is via pip:
pip install udbserver
Check out the Python binding for examples and documentation.
As a native Rust project, you can use udbserver
directly as a crate. Check out the example:
cargo run --example server
udbserver
provides bindings for several languages:
Please check the corresponding directories for language-specific installation and usage instructions.