I\'m using vm_region_recurse_64 to map out the memory for a given process, vmmap style.
Trying to get a complete list of shared libraries loaded by the application by e
vmmap(1) actually gets a listing of the Mach-O images loaded in the process, by inspecting DYLD tables left in the target address space.