From 337643e3b707c614e144a8e0a5dcd6c62b80e29e Mon Sep 17 00:00:00 2001 From: cha147 Date: Wed, 13 Jul 2022 14:45:03 -0700 Subject: [PATCH] fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86973db..b105d5d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Hidden πŸ‡ΊπŸ‡¦ -Hidden has been developed like a solution for reverse engineering and researching tasks. This is a windows driver with a usermode interface which is used for hiding specific environment on your windows machine, like installed RCE programs (ex. procmon, wireshark), vm infrastracture (ex. vmware tools) and etc. +Hidden has been developed like a solution for reverse engineering and researching tasks. This is a windows driver with a usermode interface which is used for hiding specific environment on your windows machine, like installed RCE programs (ex. procmon, wireshark), vm infrastructure (ex. vmware tools) and etc. ## Features - hide registry keys and values - hide files and directories -- hide processes (*experemental, might be not stable*) +- hide processes (*experimental, might be not stable*) - protect specific processes - exclude specific processes from hiding and protection features - usermode interface (lib and cli) for working with a driver