Expand description
Extremely minimal parser for ELF/PE/Mach-o/ar.
This crate is used mostly for sharing code between cargo-bloat
and auditable-extract
crates.
It implements just enough features for those tools to work.
If you’re looking for a fully-featured parser, see goblin
.