Load ELF from memory using memfd_create

This commit is contained in:
Michael Mikovsky
2025-11-24 13:13:06 -07:00
parent 0c538e9dcf
commit dae1d524bc
14 changed files with 340 additions and 21 deletions
+2
View File
@@ -23,3 +23,5 @@ chrono = "0.4.42"
serde = {version = "1.0.228", features=["derive"]}
serde_json = "1.0.145"
libc = "0.2.177"
rand = "0.9.2"