1 2--- !mach-o 3arch: x86_64 4file-type: MH_OBJECT 5flags: [ MH_SUBSECTIONS_VIA_SYMBOLS ] 6sections: 7 - segment: __TEXT 8 section: __text 9 type: S_REGULAR 10 attributes: [ S_ATTR_PURE_INSTRUCTIONS, S_ATTR_SOME_INSTRUCTIONS ] 11 address: 0x0000000000000000 12 content: [ 0xC3 ] 13global-symbols: 14 - name: _bar 15 type: N_SECT 16 scope: [ N_EXT ] 17 sect: 1 18 value: 0x0000000000000000 19