Crate spytools

Source
Expand description

A crate for discovering and inspecting the memory layout of a binary.

Re-exports§

pub use process::process_info::ProcessInfo;

Modules§

binary_parser
For parsing a binary to get symbols, BSS address, etc.
process
For inspecting a process’s symbols and handling Python-and Ruby-specific details.