pub const MH_IMPLICIT_PAGEZERO: u32 = 0x1000_0000;
main executable has no __PAGEZERO segment. Instead, loader (xnu) will load program high and block out all memory below it.