| 45 | } |
| 46 | |
| 47 | type ImageDosHeader struct { |
| 48 | Magic uint16 |
| 49 | Cblp uint16 |
| 50 | Cp uint16 |
| 51 | Crlc uint16 |
| 52 | Cparhdr uint16 |
| 53 | MinAlloc uint16 |
| 54 | MaxAlloc uint16 |
| 55 | SS uint16 |
| 56 | SP uint16 |
| 57 | CSum uint16 |
| 58 | IP uint16 |
| 59 | CS uint16 |
| 60 | LfaRlc uint16 |
| 61 | Ovno uint16 |
| 62 | Res [4]uint16 |
| 63 | OEMID uint16 |
| 64 | OEMInfo uint16 |
| 65 | Res2 [10]uint16 |
| 66 | LfaNew int32 |
| 67 | } |
| 68 | |
| 69 | type ImageFileHeader struct { |
| 70 | Machine uint16 |
nothing calls this directly
no outgoing calls
no test coverage detected