Go to file
XaFF-XaFF fb8ee5cdcd Merge branch 'master' of https://github.com/XaFF-XaFF/CaveCarver 2023-03-26 12:35:17 +02:00
CaveCarver Fixed sizeof 2023-03-26 12:35:11 +02:00
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-03-25 22:43:35 +01:00
.gitignore Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-03-25 22:43:35 +01:00
CaveCarver.sln Add project files. 2023-03-25 22:43:36 +01:00
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2023-03-25 22:43:35 +01:00
README.md Update README.md 2023-03-26 02:13:46 -07:00

README.md

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.

Usage

CaveCarver.exe path_to_exe path_to_shellcode