Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 456 Bytes

ELF Injector

Based on PicoFlamingo's ELFun File Injector.

Usage

  1. Build everything, including dummy target binary and payload.

     make
    
  2. Try out the dummy target

     build/dummy
    
  3. Inject payload

     build/elfinjector build/dummy build/payload
    
  4. Try out the infected target again

     build/dummy
    
  5. Profit :squirrel:

Disclaimer

For educational purposes.