Update README.md

This commit is contained in:
zyphex 2023-03-25 23:09:34 +01:00 committed by GitHub
parent dc236ca2d5
commit 42cca66831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
# CaveCarver
# CaveCarver
```
Code cave is a technique used to inject additional code or shellcode into an executable
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.
```