LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Page table walk manually (https://www.linuxquestions.org/questions/programming-9/page-table-walk-manually-660728/)

WebBeing 08-05-2008 06:50 PM

Page table walk manually
 
Hello,

Are the addresses returned by /proc/pid/maps are pointers to vm_area_struct?

If not please let me know how to find pointers to vm_area_struct of a running process WITHOUT writing code.

I'll use the vm pointers to find the gdt, pdt, pt, etc to do a manual walk of page tables for a running process.

Many thanks!


All times are GMT -5. The time now is 05:31 AM.