Goblin : An Impish, Cross-Platform Binary Parsing Crate, Written In Rust

Goblin is an impish, cross-platform binary parsing crate, written in Rust. It supports: An ELF32/64 parser, and raw C structs A 32/64-bit, zero-copy, endian aware, Mach-o parser, and raw C structs A PE32/PE32+ (64-bit) parser, and raw C structs A Unix archive parser and loader Usage Goblin requires rustc 1.31.1. Add to your Cargo.toml [dependencies] goblin = “0.1” …