clarified

This commit is contained in:
Jolan Rathelot 2022-12-23 17:11:55 +01:00
parent bd7609a652
commit 15341cee68
No known key found for this signature in database
GPG Key ID: 4C4AEF2EB44D8D00

View File

@ -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`.