We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587cb5f commit af3371dCopy full SHA for af3371d
wiki/Mach-O.md
@@ -82,12 +82,16 @@ struct mach_header(_64) {
82
# nlist / nlist_64
83
84
# Symbols
85
+Check [facebook/fishhook](https://github.com/facebook/fishhook) For Explanations
86
87
# Lazy Linking
88
89
90
# Position Independent Executables
91
a.k.a. ASLR-Enabled Executables.
92
+
93
PIE Flag is in the *thin* mach_header with value 0x200000
94
95
Minus that from the original flag value will disable ASLR, and vice verse
96
97
# Special Segments
0 commit comments