I used /proc/$pid/maps and /proc/$pid/pagemap to find the PFN (page frame number). Now I copy all the physical memory using this command : dd if=/dev/mem of=mem.txt, how can I find the searched PFN in the mem.txt?
↧
how to find the physical address of physical frame number (PFN)?
↧