headcrab/
lib.rs

1
2
3
4
//! Headcrab, a modern Rust debugging library.

/// Functions to work with target processes: reading & writing memory, process control functions, etc.
pub mod target;