From cfe416a472d15d827a055d255b898d2d9dc377bc Mon Sep 17 00:00:00 2001 From: Jora Kornev Date: Sun, 28 Aug 2016 00:04:21 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc88a88..ee341e7 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Hidden \ No newline at end of file +# Hidden + +This toolset developed like a solution for my reverse engineering and researching tasks. This is a very simple windows driver with a usermode interface which uses for hidding specific environment on VMs, like installed rce programs (ex. procmon, wireshark), vm infrastracture (ex. vmware tools) and etc. + +Features: +- hide registry keys and values +- hide files and directories +- protect specific processes using ObRegisterCallbacks +- exclude specific processes from hidding and protection features +- usermode interface (lib and cli) for working with driver +and so on