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