6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-16 03:58:04 +00:00
Go to file
2016-12-27 00:52:30 +03:00
Hidden Added valid error codes 2016-12-27 00:52:30 +03:00
Hidden Package Multiple changes 2016-10-19 00:35:52 +03:00
HiddenCLI Added valid error codes 2016-12-27 00:52:30 +03:00
HiddenLib Configs installation to registry 2016-12-25 23:57:05 +03:00
HiddenTests Multiple changes 2016-10-19 00:35:52 +03:00
.gitignore HiddenCLI first steps 2016-12-04 22:27:46 +03:00
Hidden.sln HiddenCLI first steps 2016-12-04 22:27:46 +03:00
README.md Update README.md 2016-12-19 15:15:23 +03:00

Hidden

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:

  • 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