elftools

Crates.ioelftools
lib.rselftools
version0.1.0
sourcesrc
created_at2016-08-12 09:46:31.826401
updated_at2016-08-12 09:46:31.826401
descriptionRust bindings for the elftools
homepagehttp://github.com/dutchcoders/elftools-rust
repository
max_upload_size
id5957
size213,008
Remco Verhoef (nl5887)

documentation

README

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)
Commit count: 0

cargo fmt