Update README.md

This commit is contained in:
KittyNeverDies 2023-06-03 17:37:03 +00:00 committed by GitHub
parent ed6107ce95
commit 91965ccb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ During DLL injection process, additional annotations are added to the used appli
My solution does not let this happen and after detection new annotations kills your application and closes.
### [ Arguments ]
Usage: [-h] [--protect] apppath logspath
`-h` Shows help page
`--protect` Enable protection mode, by default logs generation mode
`apppath` Path to your application (.exe file)
`logspath` Path of logs file
- `-h` Shows help page
- `--protect` Enable protection mode, by default logs generation mode
- `apppath` Path to your application (.exe file)
- `logspath` Path of logs file
</div>