6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-26 00:48:05 +00:00
Go to file
2016-10-15 13:28:21 +03:00
Hidden Removed unused code 2016-10-15 13:28:21 +03:00
Hidden Package Removed unused project settings 2016-10-15 03:16:38 +03:00
HiddenCLI Added x64 support 2016-10-15 02:47:05 +03:00
HiddenLib Added x64 support 2016-10-15 02:47:05 +03:00
HiddenTests Removed unused project settings 2016-10-15 03:16:38 +03:00
.gitignore Removed unused project settings 2016-10-15 03:16:38 +03:00
Hidden.sln Removed unused project settings 2016-10-15 03:16:38 +03:00
README.md Update README.md 2016-08-28 00:04:49 +03:00

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