Re: vmmap
Re: vmmap
- Subject: Re: vmmap
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 26 Mar 2012 11:45:01 +0700
On 24 Mar 2012, at 10:37, comex wrote:
> On Fri, Mar 23, 2012 at 5:27 AM, Gerriet M. Denkmann
> <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >vmmap (From: "Gerriet M. Denkmann" <email@hidden>) |
| >Re: vmmap (From: comex <email@hidden>) |