DylinkerCommand

Represents a LC_LOAD_DYLINKER or LC_ID_DYLINKER load command.

Declares the path to the dynamic linker used to launch dynamically linked executables.

Corresponds to the native C structure:

struct dylinker_command {
uint32_t cmd;
uint32_t cmdsize;
union lc_str name;
};

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dynamic linker path (e.g., /usr/lib/dyld).

Link copied to clipboard
open override val size: UInt

Actual size of the command, read from file.

Link copied to clipboard
open override val type: MachoLoadCommandType

Command type: LC_LOAD_DYLINKER or LC_ID_DYLINKER.