summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ldid.cpp b/ldid.cpp
index dc1902e..107cbae 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -77,9 +77,10 @@ struct mach_header {
#define MH_MAGIC 0xfeedface
#define MH_CIGAM 0xcefaedfe
-#define MH_EXECUTE 0x2
-#define MH_DYLIB 0x6
-#define MH_BUNDLE 0x8
+#define MH_EXECUTE 0x2
+#define MH_DYLIB 0x6
+#define MH_BUNDLE 0x8
+#define MH_DYLIB_STUB 0x9
struct load_command {
uint32_t cmd;