From 8ec864c23f6c5242e9aade176149ca476eeb0772 Mon Sep 17 00:00:00 2001 From: Jora Kornev Date: Wed, 28 Jul 2021 22:35:22 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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