From 15341cee684bd8eb60af359b6de881ff52408285 Mon Sep 17 00:00:00 2001 From: Blenderwizard Date: Fri, 23 Dec 2022 17:11:55 +0100 Subject: [PATCH] clarified --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ca4273..e29130d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ You will need to be a privelaged used on the system to run `make install`. Congrats the rootkit has been installed! ## Uninstall -To uninstall you need to unhide the module, the default to unhide the module command is `kill -65 1`. Then run `make uninstall`. - +To uninstall you need to unhide the module, you can check if the module is hidden with `lsmod`. If the module is hiddent you can unhide it with `kill -65 1`. +Then run `make uninstall`.