Expand description
Linux-specific process introspection. Utility crate to extract information about the running process.
Currently only works on Linux.
Structs§
- Loaded
Segment - A segment of a shared object that’s loaded into memory.
- Shared
Object - Information about a shared object loaded into the current process.
Statics§
- MAPPINGS
- Mappings of the processes’ executable and shared libraries.