This commit is contained in:
XaFF-XaFF 2023-03-26 12:35:17 +02:00
commit fb8ee5cdcd
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```