vmmap

crates.io

在rust中轻松获取进程内存映射

rust let maps = vmmap(pid).unwrap(); // ...