6
0
mirror of https://github.com/JKornev/hidden synced 2024-07-01 03:12:02 +00:00
hidden/README.md

15 lines
645 B
Markdown
Raw Normal View History

2016-08-27 21:04:21 +00:00
# Hidden
2016-12-19 12:15:23 +00:00
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.
2016-08-27 21:04:21 +00:00
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
2016-08-27 21:04:49 +00:00
2016-08-27 21:04:21 +00:00
and so on
2017-02-01 14:13:07 +00:00
2017-02-01 14:15:06 +00:00
**Keep in mind that for building solution you should install WDK 8.1**