elfloader32

Crates.ioelfloader32
lib.rselfloader32
version0.0.3
sourcesrc
created_at2016-01-05 18:01:51.995847
updated_at2016-01-05 18:01:51.995847
descriptionA rust library to load ELF files, modified to handle 32-bit ELF.
homepage
repositoryhttps://git.lidavidm.me/rustv
max_upload_size
id3834
size83,113
David Li (lidavidm)

documentation

README

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.

Commit count: 0

cargo fmt