Please check out the blog post for an in-depth explanation on how this module works. You can find it here.
Hide a kernel module after loading it.
To use:
make
insmod rootkit.ko
dmesg
lsmod
NOTE: Currently, you can't unload this kernel module without rebooting
Inspired, in part, by the Diamorphine repo.