1--- !mach-o 2arch: x86_64 3file-type: MH_DYLIB 4flags: [ MH_SUBSECTIONS_VIA_SYMBOLS ] 5has-UUID: false 6OS: unknown 7sections: 8 - segment: __TEXT 9 section: __text 10 type: S_REGULAR 11 attributes: [ S_ATTR_PURE_INSTRUCTIONS, S_ATTR_SOME_INSTRUCTIONS ] 12 alignment: 4 13 address: 0x0000000000000000 14 content: [ 0xCC, 0xC3, 0x90, 0xC3, 0x90, 0x90, 0xC3, 0x90, 15 0x90, 0x90, 0xC3, 0x90, 0x90, 0x90, 0x90, 0xC3, 16 0x31, 0xC0, 0xC3 ] 17local-symbols: 18 - name: _myStatic 19 type: N_SECT 20 sect: 1 21 value: 0x000000000000000B 22 - name: _myVariablePreviouslyKnownAsPrivateExtern 23 type: N_SECT 24 scope: [ N_PEXT ] 25 sect: 1 26 desc: [ N_SYMBOL_RESOLVER ] 27 value: 0x0000000000000011 28global-symbols: 29 - name: _myGlobal 30 type: N_SECT 31 scope: [ N_EXT ] 32 sect: 1 33 value: 0x0000000000000001 34 - name: _myGlobalWeak 35 type: N_SECT 36 scope: [ N_EXT ] 37 sect: 1 38 desc: [ N_WEAK_DEF ] 39 value: 0x0000000000000002 40 - name: _myHidden 41 type: N_SECT 42 scope: [ N_EXT, N_PEXT ] 43 sect: 1 44 value: 0x0000000000000004 45 - name: _myHiddenWeak 46 type: N_SECT 47 scope: [ N_EXT, N_PEXT ] 48 sect: 1 49 desc: [ N_WEAK_DEF ] 50 value: 0x0000000000000007 51 - name: _myResolver 52 type: N_SECT 53 scope: [ N_EXT ] 54 sect: 1 55 desc: [ N_SYMBOL_RESOLVER ] 56 value: 0x0000000000000010 57 58install-name: libspecial.dylib 59