1--- !fat-mach-o
2FatHeader:
3  magic:           0xCAFEBABE
4  nfat_arch:       2
5FatArchs:
6  - cputype:         0x00000007
7    cpusubtype:      0x00000003
8    offset:          0x0000000000001000
9    size:            432
10    align:           12
11  - cputype:         0x01000007
12    cpusubtype:      0x00000003
13    offset:          0x0000000000002000
14    size:            488
15    align:           12
16Slices:
17  - !mach-o
18    FileHeader:
19      magic:           0xFEEDFACE
20      cputype:         0x00000007
21      cpusubtype:      0x00000003
22      filetype:        0x00000001
23      ncmds:           4
24      sizeofcmds:      312
25      flags:           0x00002000
26    LoadCommands:
27      - cmd:             LC_SEGMENT
28        cmdsize:         192
29        segname:         ''
30        vmaddr:          0
31        vmsize:          72
32        fileoff:         340
33        filesize:        72
34        maxprot:         7
35        initprot:        7
36        nsects:          2
37        flags:           0
38        Sections:
39          - sectname:        __text
40            segname:         __TEXT
41            addr:            0x0000000000000000
42            size:            18
43            offset:          0x00000154
44            align:           4
45            reloff:          0x00000000
46            nreloc:          0
47            flags:           0x80000400
48            reserved1:       0x00000000
49            reserved2:       0x00000000
50            reserved3:       0x00000000
51          - sectname:        __eh_frame
52            segname:         __TEXT
53            addr:            0x0000000000000014
54            size:            52
55            offset:          0x00000168
56            align:           2
57            reloff:          0x00000000
58            nreloc:          0
59            flags:           0x6800000B
60            reserved1:       0x00000000
61            reserved2:       0x00000000
62            reserved3:       0x00000000
63      - cmd:             LC_VERSION_MIN_MACOSX
64        cmdsize:         16
65        version:         656384
66        sdk:             0
67      - cmd:             LC_SYMTAB
68        cmdsize:         24
69        symoff:          412
70        nsyms:           1
71        stroff:          424
72        strsize:         8
73      - cmd:             LC_DYSYMTAB
74        cmdsize:         80
75        ilocalsym:       0
76        nlocalsym:       0
77        iextdefsym:      0
78        nextdefsym:      1
79        iundefsym:       1
80        nundefsym:       0
81        tocoff:          0
82        ntoc:            0
83        modtaboff:       0
84        nmodtab:         0
85        extrefsymoff:    0
86        nextrefsyms:     0
87        indirectsymoff:  0
88        nindirectsyms:   0
89        extreloff:       0
90        nextrel:         0
91        locreloff:       0
92        nlocrel:         0
93    LinkEditData:
94      NameList:
95        - n_strx:          1
96          n_type:          0x0F
97          n_sect:          1
98          n_desc:          0
99          n_value:         0
100      StringTable:
101        - ''
102        - _main
103        - ''
104  - !mach-o
105    FileHeader:
106      magic:           0xFEEDFACF
107      cputype:         0x01000007
108      cpusubtype:      0x00000003
109      filetype:        0x00000001
110      ncmds:           4
111      sizeofcmds:      352
112      flags:           0x00002000
113      reserved:        0x00000000
114    LoadCommands:
115      - cmd:             LC_SEGMENT_64
116        cmdsize:         232
117        segname:         ''
118        vmaddr:          0
119        vmsize:          80
120        fileoff:         384
121        filesize:        80
122        maxprot:         7
123        initprot:        7
124        nsects:          2
125        flags:           0
126        Sections:
127          - sectname:        __text
128            segname:         __TEXT
129            addr:            0x0000000000000000
130            size:            15
131            offset:          0x00000180
132            align:           4
133            reloff:          0x00000000
134            nreloc:          0
135            flags:           0x80000400
136            reserved1:       0x00000000
137            reserved2:       0x00000000
138            reserved3:       0x00000000
139          - sectname:        __eh_frame
140            segname:         __TEXT
141            addr:            0x0000000000000010
142            size:            64
143            offset:          0x00000190
144            align:           3
145            reloff:          0x00000000
146            nreloc:          0
147            flags:           0x6800000B
148            reserved1:       0x00000000
149            reserved2:       0x00000000
150            reserved3:       0x00000000
151      - cmd:             LC_VERSION_MIN_MACOSX
152        cmdsize:         16
153        version:         656384
154        sdk:             0
155      - cmd:             LC_SYMTAB
156        cmdsize:         24
157        symoff:          464
158        nsyms:           1
159        stroff:          480
160        strsize:         8
161      - cmd:             LC_DYSYMTAB
162        cmdsize:         80
163        ilocalsym:       0
164        nlocalsym:       0
165        iextdefsym:      0
166        nextdefsym:      1
167        iundefsym:       1
168        nundefsym:       0
169        tocoff:          0
170        ntoc:            0
171        modtaboff:       0
172        nmodtab:         0
173        extrefsymoff:    0
174        nextrefsyms:     0
175        indirectsymoff:  0
176        nindirectsyms:   0
177        extreloff:       0
178        nextrel:         0
179        locreloff:       0
180        nlocrel:         0
181    LinkEditData:
182      NameList:
183        - n_strx:          1
184          n_type:          0x0F
185          n_sect:          1
186          n_desc:          0
187          n_value:         0
188      StringTable:
189        - ''
190        - _main
191        - ''
192...
193