1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
@@ -1,67 +1,8 @@
-Format: Mach-O 32-bit i386
-Arch: i386
-AddressSize: 32bit
-Symbols [
- Symbol {
- Name: __mh_execute_header (2)
- Extern
- Type: Section (0xE)
- Section: __text (0x1)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x10)
- ReferencedDynamically (0x10)
- ]
- Value: 0x1000
- }
- Symbol {
- Name: _i (22)
- Extern
- Type: Section (0xE)
- Section: __data (0x8)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x0)
- ]
- Value: 0x200C
- }
- Symbol {
- Name: _main (25)
- Extern
- Type: Section (0xE)
- Section: __text (0x1)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x0)
- ]
- Value: 0x1F30
- }
- Symbol {
- Name: _printf (31)
- Extern
- Type: Undef (0x0)
- Section: (0x0)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x200)
- AltEntry (0x200)
- ]
- Value: 0x0
- }
- Symbol {
- Name: dyld_stub_binder (39)
- Extern
- Type: Undef (0x0)
- Section: (0x0)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x200)
- AltEntry (0x200)
- ]
- Value: 0x0
- }
-]
-
Format: Mach-O 64-bit x86-64
Arch: x86_64
AddressSize: 64bit
Symbols [
Symbol {
Name: __mh_execute_header (2)
Extern
@@ -70,49 +11,37 @@
RefType: UndefinedNonLazy (0x0)
Flags [ (0x10)
ReferencedDynamically (0x10)
]
Value: 0x100000000
}
Symbol {
- Name: _i (22)
- Extern
- Type: Section (0xE)
- Section: __data (0x9)
- RefType: UndefinedNonLazy (0x0)
- Flags [ (0x0)
- ]
- Value: 0x100001018
- }
- Symbol {
- Name: _main (25)
+ Name: _main (22)
Extern
Type: Section (0xE)
Section: __text (0x1)
RefType: UndefinedNonLazy (0x0)
Flags [ (0x0)
]
- Value: 0x100000F20
+ Value: 0x100000F40
}
Symbol {
- Name: _printf (31)
+ Name: _printf (28)
Extern
Type: Undef (0x0)
Section: (0x0)
RefType: UndefinedNonLazy (0x0)
- Flags [ (0x200)
- AltEntry (0x200)
+ Flags [ (0x100)
]
Value: 0x0
}
Symbol {
- Name: dyld_stub_binder (39)
+ Name: dyld_stub_binder (36)
Extern
Type: Undef (0x0)
Section: (0x0)
RefType: UndefinedNonLazy (0x0)
- Flags [ (0x200)
- AltEntry (0x200)
+ Flags [ (0x100)
]
Value: 0x0
}
]
|