Update README.md

This commit is contained in:
Jora Kornev 2021-07-28 22:35:22 +03:00 committed by GitHub
parent 3f5350a750
commit 8ec864c23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ This toolset is developed like a solution for my reverse engineering and researc
- hide registry keys and values
- hide files and directories
- hide processes
- protect specific processes using ObRegisterCallbacks
- exclude specific processes from hidding and protection features
- usermode interface (lib and cli) for working with driver
@ -57,6 +58,11 @@ Registry key?
hiddencli /hide regkey "HKCU\Software\VMware, Inc."
```
Maybe process?
```
hiddencli /hide pid 2340
```
To get a full help just type
```
hiddencli /help