Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 525 Bytes

Xero Debugger

Installation

Requirements

  • cargo
  • git

Navigate to desired target directory and run:

git clone https://github.com/xero-lib/xdb
cd xdb
cargo build --release

The xdb binray should be located at ./target/release/xdb.


To install xdb to path, while in the xdb directory, run:

cargo install --path .

Usage

xdb requires root privileges to run properly. An example invocation would appear as:

sudo xdb 1

This would dump the memory of process with PID 1 to stdout.