1
2
3
4
5
6
7
8
//! Rust port of [pwntools](https://github.com/Gallopsled/pwntools)
//!

/// Give you an easy interaction with an executable launched as a child process.
pub mod process;

/// Retrive info from your elf binary.
pub mod pwn;