amd64-darwin.macho-upxmain for stub on Mac OS X 10.12 "Sierra"

This commit is contained in:
jreiser@BitWagon.com
2016-09-05 20:37:23 -07:00
committed by Markus F.X.J. Oberhumer
parent 1197beaa13
commit 16d6124bb4
5 changed files with 1296 additions and 5 deletions
+2 -1
View File
@@ -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 /*}*/