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

Struct ProcessBasicInformation

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

Source from the content-addressed store, hash-verified

37}
38
39type ProcessBasicInformation struct {
40 reserved1 uintptr
41 PebBaseAddress uintptr
42 reserved2 [2]uintptr
43 UniqueProcessId uintptr
44 InheritedFromUniqueProcessID uintptr
45}
46
47type ImageDosHeader struct {
48 Magic uint16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected