amd64-darwin.macho-upxmain for stub on Mac OS X 10.12 "Sierra"
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
1197beaa13
commit
16d6124bb4
+2
-1
@@ -59,8 +59,9 @@
|
||||
enum { // flags
|
||||
MH_NOUNDEFS = 1,
|
||||
MH_DYLDLINK = 4, /* code signing demands this */
|
||||
MH_BINDATLOAD = 0x8, // DT_BIND_NOW
|
||||
MH_TWOLEVEL = 0x80,
|
||||
MH_PIE = 0x200000
|
||||
MH_PIE = 0x200000 // ASLR
|
||||
};
|
||||
#endif /*}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user