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;
};
Content copied to clipboard