[][src]Constant metagoblin::mach::header::MH_PIE

pub const MH_PIE: u32 = 2097152; // 2_097_152u32

When this bit is set, the OS will load the main executable at a random address. Only used in MH_EXECUTE filetypes.