run-embedded-elf-from-memory icon indicating copy to clipboard operation
run-embedded-elf-from-memory copied to clipboard

Experiment with Linux system calls (memfd_create, fexecve, fork...)

trafficstars

A packer that executes a second (embedded) ELF

The license is MIT

It's a GNU/Linux program that makes many system calls and launches a second ELF file that's embedded.

Many ELFs can be embedded inside the same packer.

This could be used for malware. The embedded ELF should at least be XORed.