6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-26 00:48:05 +00:00
This commit is contained in:
JKornev 2017-02-18 16:40:06 +03:00
commit 2852b933d9

@ -2,7 +2,8 @@
This toolset is developed like as solution for my reverse engineering and researching tasks. This is a windows driver with a usermode interface which is used for hidding specific environment on VMs, like installed rce programs (ex. procmon, wireshark), vm infrastracture (ex. vmware tools) and etc. This toolset is developed like as solution for my reverse engineering and researching tasks. This is a windows driver with a usermode interface which is used for hidding specific environment on VMs, like installed rce programs (ex. procmon, wireshark), vm infrastracture (ex. vmware tools) and etc.
Features: **Features**
- hide registry keys and values - hide registry keys and values
- hide files and directories - hide files and directories
- protect specific processes using ObRegisterCallbacks - protect specific processes using ObRegisterCallbacks
@ -11,4 +12,7 @@ Features:
and so on and so on
**Keep in mind that for building solution you should install WDK 8.1** **Recommended build environment**
- Visual Studio 2013 and above
- Windows Driver Kit 8.1