1--- !COFF 2header: 3 Machine: IMAGE_FILE_MACHINE_AMD64 4 Characteristics: [ ] 5sections: 6 - Name: .text 7 Characteristics: [ ] 8 Alignment: 4 9 SectionData: E800000000E800000000C3C3C3 10 Relocations: 11 - VirtualAddress: 1 12 SymbolName: local_referenced 13 Type: IMAGE_REL_AMD64_REL32 14 - VirtualAddress: 5 15 SymbolName: external_undefined 16 Type: IMAGE_REL_AMD64_REL32 17symbols: 18 - Name: external 19 Value: 0 20 SectionNumber: 1 21 SimpleType: IMAGE_SYM_TYPE_NULL 22 ComplexType: IMAGE_SYM_DTYPE_NULL 23 StorageClass: IMAGE_SYM_CLASS_EXTERNAL 24 - Name: external_undefined 25 Value: 0 26 SectionNumber: 0 27 SimpleType: IMAGE_SYM_TYPE_NULL 28 ComplexType: IMAGE_SYM_DTYPE_NULL 29 StorageClass: IMAGE_SYM_CLASS_EXTERNAL 30 - Name: external_undefined_unreferenced 31 Value: 0 32 SectionNumber: 0 33 SimpleType: IMAGE_SYM_TYPE_NULL 34 ComplexType: IMAGE_SYM_DTYPE_NULL 35 StorageClass: IMAGE_SYM_CLASS_EXTERNAL 36 - Name: local_unreferenced 37 Value: 6 38 SectionNumber: 1 39 SimpleType: IMAGE_SYM_TYPE_NULL 40 ComplexType: IMAGE_SYM_DTYPE_NULL 41 StorageClass: IMAGE_SYM_CLASS_STATIC 42 - Name: local_referenced 43 Value: 7 44 SectionNumber: 1 45 SimpleType: IMAGE_SYM_TYPE_NULL 46 ComplexType: IMAGE_SYM_DTYPE_NULL 47 StorageClass: IMAGE_SYM_CLASS_STATIC 48 - Name: local_undefined_unreferenced 49 Value: 0 50 SectionNumber: 0 51 SimpleType: IMAGE_SYM_TYPE_NULL 52 ComplexType: IMAGE_SYM_DTYPE_NULL 53 StorageClass: IMAGE_SYM_CLASS_STATIC 54 - Name: '@feat.00' 55 Value: 0 56 SectionNumber: -1 57 SimpleType: IMAGE_SYM_TYPE_NULL 58 ComplexType: IMAGE_SYM_DTYPE_NULL 59 StorageClass: IMAGE_SYM_CLASS_STATIC 60... 61