Crate pwn

source · []
Expand description

An implementation of Pwntools written in Rust

Pwntools is a collection of tools and utilities designed to assist with a variety of exploitation.

Re-exports

pub use context::*;
pub use logging::*;
pub use tubes::*;
pub use elf::*;
pub use util::*;

Modules

The global context. Used to set global settings which are used internally by several functions.

A collection of logging utilities.

Utilities for IO ‘tubes’.

A collection of miscellaneous utilities.