6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-16 12:08:05 +00:00
Go to file
Jora Kornev 8e4dd95562
Update PsMonitor.c
Fix for log output (thx to hsheep)
2019-04-19 12:08:50 +03:00
Hidden Update PsMonitor.c 2019-04-19 12:08:50 +03:00
Hidden Package Removed unused project settings 2017-06-02 21:02:21 +03:00
HiddenCLI Fix for protection PID parsing 2018-12-18 11:21:43 +03:00
HiddenLib Removed useless readme 2017-02-18 16:44:53 +03:00
HiddenTests Multiple changes 2016-10-19 00:35:52 +03:00
.gitignore Memory leak fixes #2 (Verifier tests) 2017-01-30 22:41:24 +03:00
Hidden.sln HiddenCLI first steps 2016-12-04 22:27:46 +03:00
README.md Update README.md 2017-02-03 02:17:24 +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

Recommended build environment

  • Visual Studio 2013 and above
  • Windows Driver Kit 8.1