/lkm-hidden

A Linux kernel module which hides itself

Primary LanguageCGNU General Public License v2.0GPL-2.0

lkm-hidden

A Linux kernel module which hides itself.

Usage

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

License

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.