Skip to content

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

License

Notifications You must be signed in to change notification settings

Het-Joshi/Stealth-Kernel-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


Made as a hands-on project for the course "Linux Kernel Programming" ~ CSE633

  • Het Joshi 1MS21CS053
  • Laya Arun 1MS21CS067
  • Piyush Khodbole 1MS21CS091

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published