package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

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.

# 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
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

# Structs

A Dylib represents a Mach-O load dynamic library command.
A DylibCmd is a Mach-O load dynamic library command.
A Dysymtab represents a Mach-O dynamic symbol table command.
A DysymtabCmd is a Mach-O dynamic symbol table command.
A File represents an open Mach-O file.
A FileHeader represents a Mach-O file header.
No description provided by the author
An Nlist32 is a Mach-O 32-bit symbol table entry.
An Nlist64 is a Mach-O 64-bit symbol table entry.
Regs386 is the Mach-O 386 register structure.
RegsAMD64 is the Mach-O AMD64 register structure.
No description provided by the author
A Section32 is a 32-bit Mach-O section header.
A Section32 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.
A Segment32 is a 32-bit Mach-O segment load command.
A Segment64 is a 64-bit Mach-O segment load command.
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.
A SymtabCmd is a Mach-O symbol table command.
A Thread is a Mach-O thread state command.

# Interfaces

A Load represents any Mach-O load command.

# Type aliases

A Cpu is a Mach-O cpu type.
A LoadBytes is the uninterpreted bytes of a Mach-O load command.
A LoadCmd is a Mach-O load command.
A Type is a Mach-O file type, either an object or an executable.