diff --git a/3_RootkitTechniques/3.0_hiding_lkm/README.md b/3_RootkitTechniques/3.0_hiding_lkm/README.md index ed6b64a..2e1d0cd 100644 --- a/3_RootkitTechniques/3.0_hiding_lkm/README.md +++ b/3_RootkitTechniques/3.0_hiding_lkm/README.md @@ -2,7 +2,9 @@ ## 3.0: Hiding Kernel Modules -Hide a kernel module after loading it +> Please check out the blog post for an in-depth explanation on how this module works. You can find it [here](https://xcellerator.github.io/posts/linux_rootkits_05/). + +Hide a kernel module after loading it. To use: * Build with `make`