Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xaff-xaff/cavecarver
- Owner: XaFF-XaFF
- License: mit
- Created: 2023-03-25T21:43:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T10:58:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T15:52:43.852Z (9 days ago)
- Topics: codecave, windows, x64
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 218
- Watchers: 8
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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```