udbserver

Crates.ioudbserver
lib.rsudbserver
version0.2.0
created_at2022-04-22 13:32:25.833152+00
updated_at2025-04-04 06:41:31.288743+00
descriptionProvide Unicorn emulator with a debug server
homepage
repositoryhttps://github.com/bet4it/udbserver
max_upload_size
id572161
size65,873
Bet4 (bet4it)

documentation

README

udbserver - Unicorn Emulator Debug Server

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.

Features

  • Registers
  • Memory
  • Single Step
  • Breakpoint
  • Watchpoint
  • Ctrl-C interrupt

Architectures Support

  • i386
  • x86_64
  • ARM
  • AArch64
  • M68K
  • MIPS
  • PowerPC
  • RISC-V

Installation & Usage

Python

The easiest way to get started is via pip:

pip install udbserver

Check out the Python binding for examples and documentation.

Rust

As a native Rust project, you can use udbserver directly as a crate. Check out the example:

cargo run --example server

Other Languages

udbserver provides bindings for several languages:

Please check the corresponding directories for language-specific installation and usage instructions.

Commit count: 39

cargo fmt