/Stealth-Kernel-Module

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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