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

Struct PEB

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

Source from the content-addressed store, hash-verified

13)
14
15type PEB struct {
16 InheritedAddressSpace byte
17 ReadImageFileExecOptions byte
18 BeingDebugged byte
19 reserved2 [1]byte
20 Mutant uintptr
21 ImageBaseAddress uintptr
22 Ldr uintptr
23 ProcessParameters uintptr
24 reserved4 [3]uintptr
25 AtlThunkSListPtr uintptr
26 reserved5 uintptr
27 reserved6 uint32
28 reserved7 uintptr
29 reserved8 uint32
30 AtlThunkSListPtr32 uint32
31 reserved9 [45]uintptr
32 reserved10 [96]byte
33 PostProcessInitRoutine uintptr
34 reserved11 [128]byte
35 reserved12 [1]uintptr
36 SessionId uint32
37}
38
39type ProcessBasicInformation struct {
40 reserved1 uintptr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected