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
+1 -1
View File
@@ -10,7 +10,7 @@ mod components;
pub use components::get_components;
mod announcement;
use std::fmt;
use std::fmt::{self, Debug};
pub use announcement::Announcement;