diff --git a/3_RootkitTechniques/3.0_hiding_lkm/README.md b/3_RootkitTechniques/3.0_hiding_lkm/README.md index 34e0e39..ed6b64a 100644 --- a/3_RootkitTechniques/3.0_hiding_lkm/README.md +++ b/3_RootkitTechniques/3.0_hiding_lkm/README.md @@ -11,3 +11,5 @@ * See that the module is missing from the output of `lsmod` > NOTE: Currently, you can't unload this kernel module without rebooting + +> Inspired, in part, by [this](https://github.com/m0nad/Diamorphine) repo.