mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Credits to Phidelux: https://stackoverflow.com/questions/6284810/proc-pid-pagemaps-and-proc-pid-maps-linux/45500208?noredirect=1#comment109030479_45500208
Programs in this directory rely on Linux kernel specific functionality such as `/proc` or raw system calls. These programs may also conform to ANSI C or POSIX, but we put them here because you can only observe them at work under Linux. Many of these programs use glibc or GCC extensions.