| 67 | } |
| 68 | |
| 69 | type ImageFileHeader struct { |
| 70 | Machine uint16 |
| 71 | NumberOfSections uint16 |
| 72 | TimeDateStamp uint32 |
| 73 | PointerToSymbolTable uint32 |
| 74 | NumberOfSymbols uint32 |
| 75 | SizeOfOptionalHeader uint16 |
| 76 | Characteristics uint16 |
| 77 | } |
| 78 | |
| 79 | type ImageOptionalHeader64 struct { |
| 80 | Magic uint16 |
nothing calls this directly
no outgoing calls
no test coverage detected