.. | |||
Makefile | 4 years ago | ||
README.md | 4 years ago | ||
rootkit.c | 4 years ago |
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.