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
- Host: GitHub
- URL: https://github.com/sysprog21/lkm-hidden
- Owner: sysprog21
- License: gpl-2.0
- Created: 2021-07-23T08:05:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T13:37:49.000Z (almost 4 years ago)
- Last Synced: 2025-05-08T23:54:17.877Z (30 days ago)
- Language: C
- Size: 12.7 KB
- Stars: 46
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.