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

Struct ImageFileHeader

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

Source from the content-addressed store, hash-verified

67}
68
69type 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
79type ImageOptionalHeader64 struct {
80 Magic uint16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected