Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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.