Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xaff-xaff/cavecarver

CaveCarver - PE backdooring tool which utilizes and automates code cave technique
https://github.com/xaff-xaff/cavecarver

codecave windows x64

Last synced: 1 day ago
JSON representation

CaveCarver - PE backdooring tool which utilizes and automates code cave technique

Awesome Lists containing this project

README

        

# 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```