Skip to content
/ xdb Public

Dumps memory of a process for inspection with other tools

Notifications You must be signed in to change notification settings

xero-lib/xdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dumps memory of a process for inspection with other tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages