An open API service indexing awesome lists of open source software.

https://github.com/sysprog21/lkm-hidden

A Linux kernel module which hides itself
https://github.com/sysprog21/lkm-hidden

Last synced: 30 days ago
JSON representation

A Linux kernel module which hides itself

Awesome Lists containing this project

README

        

# lkm-hidden

A Linux kernel module which hides itself.

## Usage

Build this kernel module:
```shell
make
```

Load `lkm-hidden`:
```shell
sudo insmod hidden.ko
```

Then, you can NOT figure out the kernel module.
```shell
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.