# Functions
NewFatFile creates a new FatFile for accessing all the Mach-O images in a universal binary.
NewFile creates a new File for accessing a Mach-O binary in an underlying reader.
Open opens the named file using os.Open and prepares it for use as a Mach-O binary.
OpenFat opens the named file using os.Open and prepares it for use as a Mach-O universal binary.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
There are non-instructions in text.
No description provided by the author
No description provided by the author
No description provided by the author
load dylib command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
dynamically linked shared lib ident.
id dylinker command (not load dylinker command).
load a dynamic linker.
replacement for UnixThread.
No description provided by the author
Note 3 and 8 are obsolete.
No description provided by the author
No description provided by the author
Source version used to build binary.
No description provided by the author
No description provided by the author
thread+stack.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
A Dylib represents a Mach-O load dynamic library command.
No description provided by the author
No description provided by the author
No description provided by the author
A Dysymtab represents a Mach-O dynamic symbol table command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A FatArch is a Mach-O File inside a FatFile.
A FatArchHeader represents a fat header for a specific image architecture.
A FatFile is a Mach-O universal binary that contains at least one architecture.
A File represents an open Mach-O file.
A FileHeader represents a Mach-O file header.
No description provided by the author
FormatError is returned by some operations if the data does not have the correct format for an object file.
No description provided by the author
No description provided by the author
LoadCmdBytes is a command-tagged sequence of bytes.
An Nlist32 is a Mach-O 32-bit symbol table entry.
An Nlist64 is a Mach-O 64-bit symbol table entry.
No description provided by the author
Regs386 is the Mach-O 386 register structure.
RegsAMD64 is the Mach-O AMD64 register structure.
A Reloc represents a Mach-O relocation.
A Rpath represents a Mach-O rpath command.
No description provided by the author
No description provided by the author
A Section32 is a 32-bit Mach-O section header.
A Section64 is a 64-bit Mach-O section header.
No description provided by the author
A Segment represents a Mach-O 32-bit or 64-bit load segment command.
No description provided by the author
No description provided by the author
A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command.
A Symbol is a Mach-O 32-bit or 64-bit symbol table entry.
A Symtab represents a Mach-O symbol table command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
A Load represents any Mach-O load command.
# Type aliases
A Cpu is a Mach-O cpu type.
No description provided by the author
A HdrType is the Mach-O file type, e.g.
LoadBytes is the uninterpreted bytes of a Mach-O load command.
A LoadCmd is a Mach-O load command.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author