Play with physical addresses in Linux
ID: x86-paging/play-with-physical-addresses-in-linux
Convert virtual addresses to physical from user space with
/proc/<pid>/pagemap and from kernel space with virt_to_phys:Dump all page tables from userspace with
/proc/<pid>/maps and /proc/<pid>/pagemap:Read and write physical addresses from userspace with
/dev/mem: New to topics? Read the docs here!