Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 725 Bytes


execelf - A utility to execute ELF files in memory.

execelf is small utility for running ELF files in memory, without touching the disk!

Version

Installation & Usage

gcc -o execelf execelf.c
./execelf <elf_file>

Credits

https://github.com/0x1CA3

Contributions 🎉

All contributions are accepted, simply open an Issue / Pull request.