Expand description
A memory reading library for reading data from /proc/<pid>/mem
with
memory layout awareness from /proc/<pid>/maps
Structs§
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