1--- !mach-o 2arch: x86_64 3file-type: MH_DYLIB 4flags: [ ] 5install-name: /usr/lib/libSystem.B.dylib 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: [ 0x55 ] 13 14global-symbols: 15 - name: dyld_stub_binder 16 type: N_SECT 17 scope: [ N_EXT ] 18 sect: 1 19 value: 0x0000000000000000 20