Skip to content

Code injector for ELF binaries (incl. PIE)

Notifications You must be signed in to change notification settings

yung1231/elfinjector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code injector for ELF binaries (incl. PIE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • Makefile 7.1%
  • Assembly 5.7%