Skip to content

A Linux kernel module which hides itself

License

Notifications You must be signed in to change notification settings

asdaas2/lkm-hidden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Languages

  • C 90.0%
  • Makefile 10.0%