Module object::read::macho

source ·
Expand description

Support for reading Mach-O files.

Defines traits to abstract over the difference between 32-bit and 64-bit Mach-O files, and implements read functionality in terms of these traits.

Also provides MachOFile and related types which implement the Object trait.

Re-exports§

Structs§

Enums§

Traits§

  • A trait for generic access to FatArch32 and FatArch64.
  • A trait for generic access to MachHeader32 and MachHeader64.
  • A trait for generic access to Nlist32 and Nlist64.
  • A trait for generic access to Section32 and Section64.
  • A trait for generic access to SegmentCommand32 and SegmentCommand64.

Functions§

Type Aliases§