On 24 Mar 2012, at 10:37, comex wrote:
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).
Thanks. proc_regionfilename() does help a lot. And I would never have found it without your help. Very much appreciated. Kind regards, Gerriet. _______________________________________________ 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)
-
Gerriet M. Denkmann