Linux — /proc/pid Directory, Part Three
Deep dive into Linux /proc/pid directory
Published in
4 min readJan 11
--
/proc/pid/mem
This file shows the contents of pid’s memory mapped the same way as in the process, i.e., the byte at offset x in the pseudo-file is the same as the byte at address x in the process.