lkm-hidden
A Linux kernel module which hides itself.
Build this kernel module:
make
Load lkm-hidden
:
sudo insmod hidden.ko
Then, you can NOT figure out the kernel module.
cat /proc/modules | grep hidden
ls -l /sys/module/ | grep hidden
lkm-hidden
is released under the GNU GPL. Use of this source code is governed by
a copyleft-style license that can be found in the LICENSE file.