brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.9 KiB · 2fd5a4d Raw
112 lines · yaml
1!COFF2header: !Header3  Machine: IMAGE_FILE_MACHINE_AMD64 # (0x8664)4 5sections:6  - !Section7    Name: .text8    Alignment: 169    Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x6050002010    SectionData:  !hex "4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3" # |H..(.D$$....H.................D$$H..(.|11 12    Relocations:13      - !Relocation14        VirtualAddress: 0xf15        SymbolName: L.str16        Type: IMAGE_REL_AMD64_REL3217 18      - !Relocation19        VirtualAddress: 0x1420        SymbolName: puts21        Type: IMAGE_REL_AMD64_REL3222 23      - !Relocation24        VirtualAddress: 0x1925        SymbolName: SomeOtherFunction26        Type: IMAGE_REL_AMD64_REL3227 28  - !Section29    Name: .data30    Alignment: 131    Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc010004032    SectionData:  !hex "48656C6C6F20576F726C642100" # |Hello World!.|33 34  - !Section35    Name: '.CRT$XCU'36    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]37    Alignment: 838    SectionData:  !hex "0000000000000000"39    Relocations:40      - VirtualAddress: 041        SymbolName: '??__Ex@@YAXXZ'42        Type: IMAGE_REL_AMD64_ADDR6443 44symbols:45  - !Symbol46    Name: .text47    Value: 048    SectionNumber: 149    SimpleType: IMAGE_SYM_TYPE_NULL # (0)50    ComplexType: IMAGE_SYM_DTYPE_NULL # (0)51    StorageClass: IMAGE_SYM_CLASS_STATIC # (3)52    SectionDefinition:53      Length:          3854      NumberOfRelocations: 355      NumberOfLinenumbers: 056      CheckSum:        057      Number:          158 59  - !Symbol60    Name: .data61    Value: 062    SectionNumber: 263    SimpleType: IMAGE_SYM_TYPE_NULL # (0)64    ComplexType: IMAGE_SYM_DTYPE_NULL # (0)65    StorageClass: IMAGE_SYM_CLASS_STATIC # (3)66    SectionDefinition:67      Length:          1368      NumberOfRelocations: 069      NumberOfLinenumbers: 070      CheckSum:        071      Number:          272 73  - !Symbol74    Name: main75    Value: 076    SectionNumber: 177    SimpleType: IMAGE_SYM_TYPE_NULL # (0)78    ComplexType: IMAGE_SYM_DTYPE_FUNCTION # (2)79    StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)80 81  - !Symbol82    Name: L.str83    Value: 084    SectionNumber: 285    SimpleType: IMAGE_SYM_TYPE_NULL # (0)86    ComplexType: IMAGE_SYM_DTYPE_NULL # (0)87    StorageClass: IMAGE_SYM_CLASS_STATIC # (3)88 89  - !Symbol90    Name: puts91    Value: 092    SectionNumber: 093    SimpleType: IMAGE_SYM_TYPE_NULL # (0)94    ComplexType: IMAGE_SYM_DTYPE_NULL # (0)95    StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)96 97  - !Symbol98    Name: SomeOtherFunction99    Value: 0100    SectionNumber: 0101    SimpleType: IMAGE_SYM_TYPE_NULL # (0)102    ComplexType: IMAGE_SYM_DTYPE_NULL # (0)103    StorageClass: IMAGE_SYM_CLASS_EXTERNAL # (2)104 105  - !Symbol106    Name: '??__Ex@@YAXXZ'107    Value: 0108    SectionNumber: 3109    SimpleType: IMAGE_SYM_TYPE_NULL # (0)110    ComplexType: IMAGE_SYM_DTYPE_FUNCTION # (2)111    StorageClass: IMAGE_SYM_CLASS_STATIC # (3)112