module MachO::LoadCommands

Classes and constants for parsing load commands in Mach-O binaries.

Constants

CREATABLE_LOAD_COMMANDS

load commands that can be created manually via {LoadCommand.create} @api private

DYLIB_LOAD_COMMANDS

load commands responsible for loading dylibs @api private

DYLIB_USE_FLAGS

association of dylib use flag symbols to values @api private

DYLIB_USE_MARKER

the marker used to denote a newer style dylib use command. the value is the timestamp 24 January 1984 18:12:16 @api private

LC_REQ_DYLD

load commands added after OS X 10.1 need to be bitwise ORed with LC_REQ_DYLD to be recognized by the dynamic linker (dyld) @api private

LC_STRUCTURES

association of load command symbols to string representations of classes @api private

LOAD_COMMANDS

association of load commands to symbol representations @api private

LOAD_COMMAND_CONSTANTS

association of symbol representations to load command constants @api private

SEGMENT_FLAGS

association of segment flag symbols to values @api private

SEGMENT_NAMES

association of segment name symbols to names @api private