Check live Virtual Address to Physical Address mappings
I want to see live Virtual Addr. to Physical Addr. mappings for a process. is it possible to see such mappings ( for e.g. under /proc etc ..). Regards, Shraddha
On Fri, Apr 19, 2013 at 3:47 PM, Shraddha Kamat <sh2008ka@gmail.com> wrote:
I want to see live Virtual Addr. to Physical Addr. mappings for a process. is it possible to see such mappings ( for e.g. under /proc etc ..).
Hi... I am not really sure, but try to check Volatility tool. It is a forensic tool actually, and one of its functionality is able to check process mapping and dump the content. Hopefully I still recall about this thing correctly... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
On Fri, Apr 19, 2013 at 02:17:58PM +0530, Shraddha Kamat wrote:
I want to see live Virtual Addr. to Physical Addr. mappings for a process. is it possible to see such mappings ( for e.g. under /proc etc ..).
You may be interested in Documentation/vm/pagemap.txt, which documents the format of /proc/<foo>/pagemap and friends. Josh
participants (3)
-
Josh Cartwright -
Mulyadi Santosa -
Shraddha Kamat