Expand description
ELF64 Binary Loader
Loads and executes ELF64 binaries for user-space programs.
Type definitions are in the types submodule and re-exported here.
Re-exports§
pub use types::*;
Modules§
Structs§
- ElfLoader
- ELF loader
Functions§
- exec_
elf - Execute an ELF binary
- load_
elf_ from_ file - Load an ELF binary from the filesystem
- write_
to_ user_ pages - Write data to user-space virtual addresses through the physical memory window.