The source codes for reading sets of memory used in the program. This program is for Ubuntu with sudo. This project is for CPE 334: Operating System (3-2-2-6) (AB) Semester 2/2559 Department of Computer Engineering King Mongkut’s University of Technology Thonburi.
sudo apt-get install build-essential gcc
make
gcc read_map_pfn.c -o readmap
sudo ./readmap $PID
Presentation ( PDF )