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
The package can be installed through pip:
$ pip install cavefinder
or downloaded from GitHub.
Made with 💗 by JDL and released under GPL3 license.