Rust 对 elftools 的绑定
作者: Remco Verhoef
使用旧的 Rust 2015
在 #complete 中排名第 72
195KB 4K SLoC
为 Rust 提供的 Elftools 库。
该库还在积极开发中,但目前已包含完整的 elf.h。
extern crate elftools; use elftools::*; fn main() { }
cargo test
~1.5MB ~37K SLoC