Function proc_maps::mac_maps::get_dyld_info[][src]

pub fn get_dyld_info(pid: Pid) -> Result<Vec<DyldInfo>>
Expand description

Returns basic information on modules loaded up by dyld. This lets us get the filename/address of the system Ruby or Python frameworks for instance. (which won’t appear as a separate entry in vm_regions returned by get_process_maps)