Update README.md

This commit is contained in:
XaFF 2023-03-26 02:13:46 -07:00 committed by GitHub
parent d3a921a585
commit 90516c4f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,5 @@ without affecting the original functionality of the program.
Our Project instruments code cave by adding an additional Section to the PE file
where the shellcode resides in. After patching the PEs EntryPoint the control flow gets redirected to the shellcode.
## Usage
```CaveCarver.exe path_to_exe path_to_shellcode```