execelf - A utility to execute ELF files in memory. execelf is small utility for running ELF files in memory, without touching the disk! 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.