elfloader 0.0.2

A rust library to load ELF files.
Documentation

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.