Crate mappings

Source
Expand description

Linux-specific process introspection. Utility crate to extract information about the running process.

Currently only works on Linux.

Structs§

LoadedSegment
A segment of a shared object that’s loaded into memory.
SharedObject
Information about a shared object loaded into the current process.

Statics§

MAPPINGS
Mappings of the processes’ executable and shared libraries.