1--- !COFF
2header:
3  Machine:         IMAGE_FILE_MACHINE_AMD64
4  Characteristics: []
5sections:
6  - Name:            .text
7    Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
8    Alignment:       4
9    SectionData:     0000000000000000
10    Relocations:
11      - VirtualAddress:  0
12        SymbolName:      exportfn1
13        Type:            IMAGE_REL_AMD64_ADDR32NB
14      - VirtualAddress:  4
15        SymbolName:      exportfn2
16        Type:            IMAGE_REL_AMD64_ADDR32NB
17symbols:
18  - Name:            .text
19    Value:           0
20    SectionNumber:   1
21    SimpleType:      IMAGE_SYM_TYPE_NULL
22    ComplexType:     IMAGE_SYM_DTYPE_NULL
23    StorageClass:    IMAGE_SYM_CLASS_STATIC
24    SectionDefinition:
25      Length:          8
26      NumberOfRelocations: 2
27      NumberOfLinenumbers: 0
28      CheckSum:        0
29      Number:          0
30  - Name:            main
31    Value:           0
32    SectionNumber:   1
33    SimpleType:      IMAGE_SYM_TYPE_NULL
34    ComplexType:     IMAGE_SYM_DTYPE_FUNCTION
35    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
36  - Name:            exportfn1
37    Value:           0
38    SectionNumber:   0
39    SimpleType:      IMAGE_SYM_TYPE_NULL
40    ComplexType:     IMAGE_SYM_DTYPE_NULL
41    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
42  - Name:            exportfn2
43    Value:           0
44    SectionNumber:   0
45    SimpleType:      IMAGE_SYM_TYPE_NULL
46    ComplexType:     IMAGE_SYM_DTYPE_NULL
47    StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
48  - Name:            absolute
49    Value:           0x00000042
50    SectionNumber:   -1
51    SimpleType:      IMAGE_SYM_TYPE_NULL
52    ComplexType:     IMAGE_SYM_DTYPE_NULL
53    StorageClass:    IMAGE_SYM_CLASS_STATIC
54  - Name:            staticdef
55    Value:           0x00000043
56    SectionNumber:   1
57    SimpleType:      IMAGE_SYM_TYPE_NULL
58    ComplexType:     IMAGE_SYM_DTYPE_NULL
59    StorageClass:    IMAGE_SYM_CLASS_STATIC
60...
61