Header menu logo B2R2

LoadCommand Type

Represents a load command in a Mach-O file. Load commands are used to specify the logical structure and the layout of the Mach-O file.

Union cases

Union case Description

DyLdInfo(cmd, size, DyLdInfoCmd)

Full Usage: DyLdInfo(cmd, size, DyLdInfoCmd)

Parameters:

Dynamic linker information command (LC_DYLD_INFO or LC_DYLD_INFO_ONLY).

cmd : CmdType
size : uint32
Item3 : DyLdInfoCmd

DyLib(cmd, size, DyLibCmd)

Full Usage: DyLib(cmd, size, DyLibCmd)

Parameters:

Dynamic shared library command (LC_LOAD_DYLIB).

cmd : CmdType
size : uint32
Item3 : DyLibCmd

DySymTab(cmd, size, DySymTabCmd)

Full Usage: DySymTab(cmd, size, DySymTabCmd)

Parameters:

Dynamic symbol table command (LC_DYSYMTAB).

cmd : CmdType
size : uint32
Item3 : DySymTabCmd

FuncStarts(cmd, size, FuncStartsCmd)

Full Usage: FuncStarts(cmd, size, FuncStartsCmd)

Parameters:

Function starts command (LC_FUNCTION_STARTS).

cmd : CmdType
size : uint32
Item3 : FuncStartsCmd

Main(cmd, size, MainCmd)

Full Usage: Main(cmd, size, MainCmd)

Parameters:

Main command (LC_MAIN).

cmd : CmdType
size : uint32
Item3 : MainCmd

Segment(cmd, size, SegCmd)

Full Usage: Segment(cmd, size, SegCmd)

Parameters:

Segment command (LC_SEGMENT or LC_SEGMENT_64).

cmd : CmdType
size : uint32
Item3 : SegCmd

SymTab(cmd, size, SymTabCmd)

Full Usage: SymTab(cmd, size, SymTabCmd)

Parameters:

Symbol table command (LC_SYMTAB).

cmd : CmdType
size : uint32
Item3 : SymTabCmd

Unhandled(cmd, size)

Full Usage: Unhandled(cmd, size)

Parameters:

Unhandled command.

cmd : CmdType
size : uint32

Instance members

Instance member Description

this.IsDyLdInfo

Full Usage: this.IsDyLdInfo

Returns: bool
Returns: bool

this.IsDyLib

Full Usage: this.IsDyLib

Returns: bool
Returns: bool

this.IsDySymTab

Full Usage: this.IsDySymTab

Returns: bool
Returns: bool

this.IsFuncStarts

Full Usage: this.IsFuncStarts

Returns: bool
Returns: bool

this.IsMain

Full Usage: this.IsMain

Returns: bool
Returns: bool

this.IsSegment

Full Usage: this.IsSegment

Returns: bool
Returns: bool

this.IsSymTab

Full Usage: this.IsSymTab

Returns: bool
Returns: bool

this.IsUnhandled

Full Usage: this.IsUnhandled

Returns: bool
Returns: bool

Type something to start searching.