On Fri, Mar 23, 2012 at 5:27 AM, Gerriet M. Denkmann <gerriet@mdenkmann.de> wrote:
Is the source of the Unix tool vmmap available somewhere? If Yes: where?
If No: given a pid and an address (pointing to the start of a region as returned by vm_region_64) what to do to get answers to the following questions:
- is this region mapped? If Yes: to what file?
You may want to look at proc_regionfilename from libproc.h (and maybe its implementation).
- is this region shared with other pid's ? If Yes: which ones?
The former question can be sort of answered by vm_region. I don't know any easy way to answer the latter. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
comex