Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 467 Bytes

File metadata and controls

23 lines (17 loc) · 467 Bytes

Stealth-Kernel-Module

This Linux Kernel module is meant to be hidden from all searches

Steps to run

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

image