Search for Code Cave in All Binaries (ELF, PE and Mach-o) and Inject Payload - CAVE MINER
This tools search for code cave in binaries (Elf, Mach-o, Pe), and inject code in them.
Features
- Find code caves in ELF, PE and Mach-o
 - Use custom bytes for the search (ex: 0xCC can be used as nullbytes on PE)
 - See virtual address of the code cave.
 - See the permissions of the code caves.
 - Search custom cave size
 - Inject the payload into the binary
 
Dependencies
- Python2.7
 
pip install cave-minerExemple

