https://github.com/jacopodl/cavefinder
Codecave miner:mag:
https://github.com/jacopodl/cavefinder
cave code code-injection codecave elf hacking-tool injection mach-o macho pe portable-executable
Last synced: 4 months ago
JSON representation
Codecave miner:mag:
- Host: GitHub
- URL: https://github.com/jacopodl/cavefinder
- Owner: jacopodl
- License: gpl-3.0
- Created: 2018-04-08T18:36:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T00:19:41.000Z (almost 3 years ago)
- Last Synced: 2025-07-04T19:17:08.145Z (5 months ago)
- Topics: cave, code, code-injection, codecave, elf, hacking-tool, injection, mach-o, macho, pe, portable-executable
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



# CaveFinder
This is a simple tool to look for code caves of desired dimension into an executable file and optionally can inject a payload into the found caves.
CaveFinder supports three types of executables:
- Elf
- MachO
- Pe
## Installation
The package can be installed through pip:
$ pip install cavefinder
or downloaded from [GitHub](https://github.com/jacopodl/cavefinder).
## License ##
Made with :heartpulse: by JDL and released under GPL3 license.