MCPcopy Create free account
hub / github.com/TideSec/GoBypassAV / ImageDosHeader

Struct ImageDosHeader

Go_Windows_API/07-CreatProcess/main.go:47–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type 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
69type ImageFileHeader struct {
70 Machine uint16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected