I didn't know you could read random process memory in Linux. Where can I get documentation for things like this? I was learning about cgroups some time ago and got frustrated about the lack of documentation. I had to go read containerd code, which isn't ideal for wanting to just learn.
nazgulsenpai|2 months ago
ls -la /proc/$PID/map_files cat /proc/$PID/maps cat /proc/$PID/status
[0]https://github.com/scanmem/scanmem
bombela|2 months ago