proc-maps
This crate supports reading virtual memory maps from another process - and supports Linux, macOS, Windows, and FreeBSD operating systems.
Examples
use get_process_maps;
let maps = get_process_maps?;
for map in maps
Credits
This code was originally developed by Julia Evans as part of the rbspy project: https://github.com/rbspy/rbspy.
License
Released under the MIT License.