Crate libprocmem

Source
Expand description

A memory reading library for reading data from /proc/<pid>/mem with memory layout awareness from /proc/<pid>/maps

Structs§

Mapping
Info about a memory mapping
Memory
An instance of the memory reader

Enums§

Error
Errors for this module

Traits§

Pod
Marker trait for plain-old-data which can be copied directly between other Pod types by copying the underlying bytes

Type Aliases§

Result
Wrapper type around Result