6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-16 03:58:04 +00:00

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

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