96 lines · yaml
1!COFF2header: !Header3 Machine: IMAGE_FILE_MACHINE_I386 # (0x14c)4 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ]5 6sections:7 - !Section8 Name: .text9 Alignment: 1610 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x6050002011 SectionData: !hex "83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3" # |....D$.......$...............D$.....|12 13 Relocations:14 - !Relocation15 VirtualAddress: 0xe16 SymbolName: L_.str17 Type: IMAGE_REL_I386_DIR3218 19 - !Relocation20 VirtualAddress: 0x1321 SymbolName: _puts22 Type: IMAGE_REL_I386_REL3223 24 - !Relocation25 VirtualAddress: 0x1826 SymbolName: _SomeOtherFunction27 Type: IMAGE_REL_I386_REL3228 29 - !Section30 Name: .data31 Alignment: 132 Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc010004033 SectionData: !hex "48656C6C6F20576F726C642100" # |Hello World!.|34 35symbols:36 - !Symbol37 Name: .text38 Value: 039 SectionNumber: 140 SimpleType: IMAGE_SYM_TYPE_NULL # (0)41 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)42 StorageClass: IMAGE_SYM_CLASS_STATIC # (3)43 SectionDefinition:44 Length: 3645 NumberOfRelocations: 346 NumberOfLinenumbers: 047 CheckSum: 048 Number: 149 50 - !Symbol51 Name: .data52 Value: 053 SectionNumber: 254 SimpleType: IMAGE_SYM_TYPE_NULL # (0)55 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)56 StorageClass: IMAGE_SYM_CLASS_STATIC # (3)57 SectionDefinition:58 Length: 1359 NumberOfRelocations: 060 NumberOfLinenumbers: 061 CheckSum: 062 Number: 263 64 - !Symbol65 Name: _main66 Value: 067 SectionNumber: 168 SimpleType: IMAGE_SYM_TYPE_NULL # (0)69 ComplexType: IMAGE_SYM_DTYPE_FUNCTION # (2)70 StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)71 72 - !Symbol73 Name: L_.str74 Value: 075 SectionNumber: 276 SimpleType: IMAGE_SYM_TYPE_NULL # (0)77 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)78 StorageClass: IMAGE_SYM_CLASS_STATIC # (3)79 80 - !Symbol81 Name: _puts82 Value: 083 SectionNumber: 084 SimpleType: IMAGE_SYM_TYPE_NULL # (0)85 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)86 StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)87 88 - !Symbol89 Name: _SomeOtherFunction90 Value: 091 SectionNumber: 092 SimpleType: IMAGE_SYM_TYPE_NULL # (0)93 ComplexType: IMAGE_SYM_DTYPE_NULL # (0)94 StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)95 96