Skip to content

dutchcoders/elftools-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)