execelf is small utility for running ELF files in memory, without touching the disk!
gcc -o execelf execelf.c
./execelf <elf_file>
https://github.com/0x1CA3
execelf is small utility for running ELF files in memory, without touching the disk!
gcc -o execelf execelf.c
./execelf <elf_file>
https://github.com/0x1CA3