rust-elf
Pure-Rust library for parsing ELF files
Example:
extern crate elf;
use env;
use PathBuf;
let path = from;
let file = match open_path ;
let text_scn = match file.get_section ;
println!;
Pure-Rust library for parsing ELF files
extern crate elf;
use env;
use PathBuf;
let path = from;
let file = match open_path ;
let text_scn = match file.get_section ;
println!;