89 lines · yaml
1--- !COFF2header:3 Machine: IMAGE_FILE_MACHINE_I3864 Characteristics: []5sections:6 - Name: .text7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]8 Alignment: 169 SectionData: 33DB538D0500000000508D05000000005053E80000000050E80000000010 Relocations:11 - VirtualAddress: 512 SymbolName: caption13 Type: IMAGE_REL_I386_DIR3214 - VirtualAddress: 1215 SymbolName: message16 Type: IMAGE_REL_I386_DIR3217 - VirtualAddress: 1918 SymbolName: '_MessageBoxA@16'19 Type: IMAGE_REL_I386_REL3220 - VirtualAddress: 2521 SymbolName: '_ExitProcess@4'22 Type: IMAGE_REL_I386_REL3223 - Name: .data24 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]25 Alignment: 1626 SectionData: 48656C6C6F0048656C6C6F20576F726C64210027symbols:28 - Name: .text29 Value: 030 SectionNumber: 131 SimpleType: IMAGE_SYM_TYPE_NULL32 ComplexType: IMAGE_SYM_DTYPE_NULL33 StorageClass: IMAGE_SYM_CLASS_STATIC34 SectionDefinition:35 Length: 2936 NumberOfRelocations: 437 NumberOfLinenumbers: 038 CheckSum: 039 Number: 040 - Name: .data41 Value: 042 SectionNumber: 243 SimpleType: IMAGE_SYM_TYPE_NULL44 ComplexType: IMAGE_SYM_DTYPE_NULL45 StorageClass: IMAGE_SYM_CLASS_STATIC46 SectionDefinition:47 Length: 1948 NumberOfRelocations: 049 NumberOfLinenumbers: 050 CheckSum: 051 Number: 052 - Name: '_ExitProcess@4'53 Value: 054 SectionNumber: 055 SimpleType: IMAGE_SYM_TYPE_NULL56 ComplexType: IMAGE_SYM_DTYPE_NULL57 StorageClass: IMAGE_SYM_CLASS_EXTERNAL58 - Name: '_MessageBoxA@16'59 Value: 060 SectionNumber: 061 SimpleType: IMAGE_SYM_TYPE_NULL62 ComplexType: IMAGE_SYM_DTYPE_NULL63 StorageClass: IMAGE_SYM_CLASS_EXTERNAL64 - Name: message65 Value: 666 SectionNumber: 267 SimpleType: IMAGE_SYM_TYPE_NULL68 ComplexType: IMAGE_SYM_DTYPE_NULL69 StorageClass: IMAGE_SYM_CLASS_STATIC70 - Name: caption71 Value: 072 SectionNumber: 273 SimpleType: IMAGE_SYM_TYPE_NULL74 ComplexType: IMAGE_SYM_DTYPE_NULL75 StorageClass: IMAGE_SYM_CLASS_STATIC76 - Name: '_main@0'77 Value: 078 SectionNumber: 179 SimpleType: IMAGE_SYM_TYPE_NULL80 ComplexType: IMAGE_SYM_DTYPE_FUNCTION81 StorageClass: IMAGE_SYM_CLASS_EXTERNAL82 - Name: '@feat.00'83 Value: 184 SectionNumber: -185 SimpleType: IMAGE_SYM_TYPE_NULL86 ComplexType: IMAGE_SYM_DTYPE_NULL87 StorageClass: IMAGE_SYM_CLASS_STATIC88...89