1--- !COFF 2header: 3 Machine: IMAGE_FILE_MACHINE_AMD64 4 Characteristics: [ ] 5sections: 6 - Name: .text.foo 7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] 8 Alignment: 1 9 SectionData: 31C0C3 10 - Name: .text.bar 11 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] 12 Alignment: 1 13 SectionData: FFE1 14symbols: 15 - Name: .text.foo 16 Value: 0 17 SectionNumber: 1 18 SimpleType: IMAGE_SYM_TYPE_NULL 19 ComplexType: IMAGE_SYM_DTYPE_NULL 20 StorageClass: IMAGE_SYM_CLASS_STATIC 21 SectionDefinition: 22 Length: 3 23 NumberOfRelocations: 0 24 NumberOfLinenumbers: 0 25 CheckSum: 3963538403 26 Number: 1 27 - Name: .text.bar 28 Value: 0 29 SectionNumber: 2 30 SimpleType: IMAGE_SYM_TYPE_NULL 31 ComplexType: IMAGE_SYM_DTYPE_NULL 32 StorageClass: IMAGE_SYM_CLASS_STATIC 33 SectionDefinition: 34 Length: 2 35 NumberOfRelocations: 0 36 NumberOfLinenumbers: 0 37 CheckSum: 1143549852 38 Number: 2 39 - Name: foo 40 Value: 0 41 SectionNumber: 1 42 SimpleType: IMAGE_SYM_TYPE_NULL 43 ComplexType: IMAGE_SYM_DTYPE_NULL 44 StorageClass: IMAGE_SYM_CLASS_EXTERNAL 45 - Name: bar 46 Value: 0 47 SectionNumber: 2 48 SimpleType: IMAGE_SYM_TYPE_NULL 49 ComplexType: IMAGE_SYM_DTYPE_NULL 50 StorageClass: IMAGE_SYM_CLASS_EXTERNAL 51... 52