Skip to content

jacopodl/CaveFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.