Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T00:19:41.000Z (about 2 years ago)
- Last Synced: 2024-11-02T07:08:24.889Z (3 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
![](https://img.shields.io/badge/Language-Python3-orange.svg)
![](https://img.shields.io/badge/version-1.0.0-green.svg)
![](https://img.shields.io/badge/License-GPL3-blue.svg)# 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.