We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e59c1 commit 200bfa1Copy full SHA for 200bfa1
1 file changed
lib/macho/headers.rb
@@ -508,6 +508,7 @@ module Headers
508
:MH_APP_EXTENSION_SAFE => 0x2000000,
509
:MH_NLIST_OUTOFSYNC_WITH_DYLDINFO => 0x4000000,
510
:MH_SIM_SUPPORT => 0x8000000,
511
+ :MH_IMPLICIT_PAGEZERO => 0x10000000,
512
:MH_DYLIB_IN_CACHE => 0x80000000,
513
}.freeze
514
0 commit comments