diff --git a/README.md b/README.md index 4418c34..237e69a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This toolset is developed like a solution for my reverse engineering and researc - hide registry keys and values - hide files and directories +- hide processes - protect specific processes using ObRegisterCallbacks - exclude specific processes from hidding and protection features - usermode interface (lib and cli) for working with driver @@ -57,6 +58,11 @@ Registry key? hiddencli /hide regkey "HKCU\Software\VMware, Inc." ``` +Maybe process? +``` +hiddencli /hide pid 2340 +``` + To get a full help just type ``` hiddencli /help