jafarlihi / modreveal

Utility to find hidden Linux kernel modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(This project is currently unmaintained. It might still work on some Arch Linux but I have observed obvious issues when using a different laptop but don't have time to fix it.)

modreveal

modreveal is a small utility that prints the names of hidden LKMs if any exists.

Demo

Usage

make
sudo ./modreveal

Notes

  • To test the utility, you can use the Diamorphine rootkit (https://github.com/m0nad/Diamorphine).
  • The author runs Arch Linux LTS kernel, so it is only guaranteed to work on Arch Linux LTS kernel. It will most likely work with your kernel too unless you are running something ancient or really new that breaks something.

About

Utility to find hidden Linux kernel modules

License:GNU General Public License v3.0


Languages

Language:C 88.1%Language:Makefile 11.9%