rust-elf
Pure-Rust library for parsing ELF files
Example:
extern crate elf;
use Path;
let path = new;
let file = match open ;
let text_scn = match file.get_section ;
println!;
Pure-Rust library for parsing ELF files
extern crate elf;
use Path;
let path = new;
let file = match open ;
let text_scn = match file.get_section ;
println!;