Parse the modules as elf files

This commit is contained in:
Albert24GG
2024-02-27 23:29:30 +02:00
parent 75492a30d6
commit f2f607c7ac
3 changed files with 167 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
pub use address::Address;
pub use module::Module;
pub use module::ModuleEntry;
pub use process::Process;
pub mod address;