#elf #x86 #os

nightly elfloader32

A rust library to load ELF files, modified to handle 32-bit ELF

1 unstable release

Uses old Rust 2015

0.0.3 Jan 5, 2016

#60 in #x86


Used in rustv

Apache-2.0

37KB
760 lines

Build Status

rust-elfloader

A library to load and relocate ELF files in memory. This library depends only on libcore so it can be used in kernel level code, for example to load user-space programs.

This library reuses a modified version of the types.rs file from rust-elf by Christopher Cole.

This library was modified to handle 32-bit ELF files instead. You probably want the original rust-elfloader, if you're looking at this.

No runtime deps