Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultmeyer committed Apr 13, 2012
1 parent 0cb800c commit c913139
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DEADLANDS

## What is it?
Deadlands project aim to create a kernel module using DKOM to hides process. It prevents taskmngr from viewing a running process (for example, cmd.exe).


## How to compil?
In order to compile this project, WDK (Windows Driver Kit) must be installed on your computer.

1. Open CMD with the right build environments
2. Go to the src directory
3. Use the command build to compile


## How to use?
Use DeadlandsIOCTL.exe to indicate witch PID/ProcessName you want to set hidden.
>DeadlandsIOCTL.exe name Explorer.exe
>DeadlandsIOCTL.exe pid 2344

0 comments on commit c913139

Please sign in to comment.