Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 425 Bytes

ParseELF

Allows a user to inject an elf executable with shellcode.

About: Injects shellcode using the method described in silvio's paper here: http://vxheaven.org/lib/vsc01.html

###Caveats

  • Only supports 32-bit elf files
  • The amount of padding between segments is limited. You might run out of space to insert shellcode.

###Use:

  ./elf-inject [Name of Elf file to inject] [Shellcode to inject]