Skip to content

0x1CA3/execelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13c297a Β· Oct 29, 2021

History

7 Commits
Oct 28, 2021
Oct 28, 2021
Oct 29, 2021
Oct 28, 2021

Repository files navigation


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.