mach_vm_region_recurse, mapping memory and shared libraries on osx

后端 未结 2 511
逝去的感伤
逝去的感伤 2021-02-10 07:11

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

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-10 07:40

    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.

提交回复
热议问题