Skip to content

Commit af3371d

Browse files
authored
Update Mach-O.md
1 parent 587cb5f commit af3371d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wiki/Mach-O.md

+4
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,16 @@ struct mach_header(_64) {
8282
# nlist / nlist_64
8383

8484
# Symbols
85+
Check [facebook/fishhook](https://github.com/facebook/fishhook) For Explanations
8586

8687
# Lazy Linking
88+
Check [facebook/fishhook](https://github.com/facebook/fishhook) For Explanations
8789

8890
# Position Independent Executables
8991
a.k.a. ASLR-Enabled Executables.
92+
9093
PIE Flag is in the *thin* mach_header with value 0x200000
94+
9195
Minus that from the original flag value will disable ASLR, and vice verse
9296

9397
# Special Segments

0 commit comments

Comments
 (0)