#elf #loader #unix

no-std app mini-loader

The mini-loader is capable of loading and executing ELF PIE format files

2 stable releases

new 1.1.0 Feb 20, 2025
1.0.0 Feb 19, 2025

#381 in Operating systems

38 downloads per month

MIT/Apache

130KB
3K SLoC

mini-loader

The mini-loader is capable of loading and executing ELF PIE format files.

Note

Currently only support x86_64 .

Installation

$ cargo install mini-loader --target x86_64-unknown-none

Usage

Load and execute ls:

$ mini-loader /bin/ls

Dependencies

~1.5MB
~21K SLoC