Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 657 Bytes

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.

License

Made with 💗 by JDL and released under GPL3 license.