Files
trickster0-OffensiveRust/memfd_create/README.md
T
2022-05-19 18:30:06 +02:00

255 B

memfd_create-rs

Load binaries into memory and execute them without touching disk.

MITRE ID: T1620

A simple PoC C code can be found inside src folder.

Main program will download the ELF and execute it from memory using the memfd_create technique.