Constant goblin::mach::header::MH_PIE [−][src]
pub const MH_PIE: u32 = 0x0020_0000;
When this bit is set, the OS will load the main executable at a random address. Only used in MH_EXECUTE filetypes.
pub const MH_PIE: u32 = 0x0020_0000;
When this bit is set, the OS will load the main executable at a random address. Only used in MH_EXECUTE filetypes.