Module goblin::elf [] [src]

Access ELF constants, other helper functions, which are independent of ELF bithood. Also provides simple parser which returns an Elf64 or Elf32 "pre-built" binary. WARNING: to use the automagic ELF datatype union parser, you must enable both elf and elf32 features - i.e., do not use no_elf NOR no_elf32, otherwise you'll get obscure errors about goblin::elf::from_fd missing.

Modules

dyn
header
program_header
rela
section_header
strtab
sym

Enums

Binary

Functions

from_fd