58 lines · yaml
1--- !COFF2header:3 Machine: IMAGE_FILE_MACHINE_AMD644 Characteristics: []5sections:6 - Name: .text7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]8 Alignment: 49 SectionData: B800000000506800000000680000000050E80000000050E80000000010 - Name: .drectve11 Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]12 Alignment: 113 SectionData: 2f6578706f72743a6578706f7274666e3300 # /export:exportfn314symbols:15 - Name: .text16 Value: 017 SectionNumber: 118 SimpleType: IMAGE_SYM_TYPE_NULL19 ComplexType: IMAGE_SYM_DTYPE_NULL20 StorageClass: IMAGE_SYM_CLASS_STATIC21 SectionDefinition:22 Length: 2823 NumberOfRelocations: 424 NumberOfLinenumbers: 025 CheckSum: 026 Number: 027 - Name: _DllMainCRTStartup28 Value: 029 SectionNumber: 130 SimpleType: IMAGE_SYM_TYPE_NULL31 ComplexType: IMAGE_SYM_DTYPE_NULL32 StorageClass: IMAGE_SYM_CLASS_EXTERNAL33 - Name: exportfn134 Value: 835 SectionNumber: 136 SimpleType: IMAGE_SYM_TYPE_NULL37 ComplexType: IMAGE_SYM_DTYPE_NULL38 StorageClass: IMAGE_SYM_CLASS_EXTERNAL39 - Name: exportfn240 Value: 1641 SectionNumber: 142 SimpleType: IMAGE_SYM_TYPE_NULL43 ComplexType: IMAGE_SYM_DTYPE_NULL44 StorageClass: IMAGE_SYM_CLASS_EXTERNAL45 - Name: exportfn346 Value: 1647 SectionNumber: 148 SimpleType: IMAGE_SYM_TYPE_NULL49 ComplexType: IMAGE_SYM_DTYPE_NULL50 StorageClass: IMAGE_SYM_CLASS_EXTERNAL51 - Name: '?mangled@@YAHXZ'52 Value: 1653 SectionNumber: 154 SimpleType: IMAGE_SYM_TYPE_NULL55 ComplexType: IMAGE_SYM_DTYPE_NULL56 StorageClass: IMAGE_SYM_CLASS_EXTERNAL57...58