Changeset 316 for trunk/util
- Timestamp:
- 06/16/08 19:37:56 (7 months ago)
- Files:
-
- 1 modified
-
trunk/util/ldid.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/ldid.cpp
r311 r316 78 78 #define MH_CIGAM 0xcefaedfe 79 79 80 #define MH_EXECUTE 0x2 81 #define MH_DYLIB 0x6 82 #define MH_BUNDLE 0x8 80 #define MH_EXECUTE 0x2 81 #define MH_DYLIB 0x6 82 #define MH_BUNDLE 0x8 83 #define MH_DYLIB_STUB 0x9 83 84 84 85 struct load_command {
