Expand description
Enhanced ELF Loader for User Space Programs
Loads ELF binaries from filesystem and executes them in user space.
Structs§
- Enhanced
ElfLoader - ELF loader for user space programs
- Program
Args - Program arguments
Functions§
- execute_
hello_ world - Execute a built-in test program
- execute_
program - Execute a program by path with default environment
- init
- Initialize the enhanced ELF loader
- load_
and_ execute - Load and execute an ELF program