mirror of
https://github.com/trickster0/OffensiveRust
synced 2026-06-08 17:54:47 +00:00
255 B
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.