lkm-hidden
A Linux kernel module which hides itself.
Build this kernel module:
makeLoad lkm-hidden:
sudo insmod hidden.koThen, you can NOT figure out the kernel module.
cat /proc/modules | grep hidden
ls -l /sys/module/ | grep hiddenlkm-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.