Home | History | Annotate | Download | only in COFF
      1 --- !COFF
      2 header:
      3   Machine:         IMAGE_FILE_MACHINE_I386
      4   Characteristics: [ IMAGE_FILE_LINE_NUMS_STRIPPED, IMAGE_FILE_32BIT_MACHINE ]
      5 sections:
      6   - Name:            .text
      7     Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
      8     Alignment:       4
      9     SectionData:     5589E583E4F0E800000000B800000000C9C39090
     10     Relocations:     
     11       - VirtualAddress:  7
     12         SymbolName:      ___main
     13         Type:            IMAGE_REL_I386_REL32
     14 symbols:
     15   - Name:            .file
     16     Value:           0
     17     SectionNumber:   65534
     18     SimpleType:      IMAGE_SYM_TYPE_NULL
     19     ComplexType:     IMAGE_SYM_DTYPE_NULL
     20     StorageClass:    IMAGE_SYM_CLASS_FILE
     21     File:            'file'
     22   - Name:            .text
     23     Value:           0
     24     SectionNumber:   1
     25     SimpleType:      IMAGE_SYM_TYPE_NULL
     26     ComplexType:     IMAGE_SYM_DTYPE_NULL
     27     StorageClass:    IMAGE_SYM_CLASS_STATIC
     28     SectionDefinition: 
     29       Length:          18
     30       NumberOfRelocations: 1
     31       NumberOfLinenumbers: 0
     32       CheckSum:        0
     33       Number:          0
     34   - Name:            ___main
     35     Value:           0
     36     SectionNumber:   0
     37     SimpleType:      IMAGE_SYM_TYPE_NULL
     38     ComplexType:     IMAGE_SYM_DTYPE_FUNCTION
     39     StorageClass:    IMAGE_SYM_CLASS_EXTERNAL
     40     WeakExternal:    
     41       TagIndex:        0
     42       Characteristics: 0
     43 ...
     44