elftools 0.1.0

Rust bindings for the elftools
Documentation

elftools-rust

Elftools library for rust.

The library is very much in development, but contains currently the complete elf.h.

Sample

extern crate elftools;
use elftools::*;

fn main() {
}

Testing

cargo test

Contributors

  • Remco Verhoef (@remco_verhoef)