goblin 0.3.1

An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate
Documentation

goblin

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 12 of them enabled by default.

default

  • std
  • elf32
  • elf64
  • mach32
  • mach64
  • pe32
  • pe64
  • archive
  • endian_fd

std

  • alloc
  • scroll/std

elf32

    This feature flag does not enable additional features.

elf64

    This feature flag does not enable additional features.

mach32

  • alloc
  • endian_fd

mach64

  • alloc
  • endian_fd

pe32

  • alloc
  • endian_fd

pe64

  • alloc
  • endian_fd

archive

  • alloc

endian_fd

  • alloc

alloc

  • scroll/derive
  • log

log

    This feature flag does not enable additional features.