[go: up one dir, main page]

Crate binfarce

Crate binfarce 

Source
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.

Modules§

ar
demangle
elf32
elf64
macho
pe

Structs§

UnexpectedEof

Enums§

ByteOrder
Format
ParseError

Functions§

detect_format