Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JKornev authored Aug 22, 2019
1 parent c2ac4b3 commit 4fbc0c6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.
This toolset is developed like a 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**

Expand All @@ -16,3 +16,17 @@ and so on

- Visual Studio 2013 and above
- Windows Driver Kit 8.1

**Building**

Following guide explains how to make a release win32 build
1. Open Hidden.sln using Visual Studio 2013
2. Build **Hidden Package** project with configurations Release, Win32
3. Open build results folder **%ProjectDir%\Release**

**Installing**

0. Disable a digital signature enforcement on a test machine (bcdedit /set TESTSIGNING ON)
1. Copy files from **%ProjectDir%\Release\Hidden Package** to a test machine
2. Right mouse click on **Hidden.inf** and choose **Install**
3. Start a driver (sc start hidden)

0 comments on commit 4fbc0c6

Please sign in to comment.