Skip to content

sysprog21/lkm-hidden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Linux kernel module which hides itself

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published