Skip to content

Latest commit

 

History

History
 
 

memfd_create

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.