libgoblin Build Status

say the right words

Documentation

https://docs.rs/goblin/

Usage

Goblin requires rustc 1.15.

Add to your Cargo.toml

toml [dependencies] goblin = "0.7.0"

Features

libgoblin aims to be your one-stop shop for binary parsing, loading, and analysis. Eventually, at some future date, once the holy trinity is finished (ELF, mach, PE), writers for the various binary formats are planned.

Use-cases

Here are some things you could do with this crate (or help to implement so they could be done):

  1. write a compiler and use it to generate binaries (all ELF32/64 have Pwrite derived)
  2. write a binary analysis tool which loads, parses, and analyzes various binary formats, e.g., panopticon
  3. write a semi-functioning dynamic linker
  4. write a kernel and load binaries using no_std cfg. I.e., it is essentially just struct and const defs (like a C header) - no fd, no output, no std.
  5. write a bin2json tool (http://github.com/m4b/bin2json), because why shouldn't binary formats be in JSON?

Cfgs

libgoblin is designed to be massively configurable. The current flags are: