MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / _PROCESS_BASIC_INFORMATION

Class _PROCESS_BASIC_INFORMATION

Ghostwolf/Process.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65typedef LONG KPRIORITY;
66
67typedef struct _PROCESS_BASIC_INFORMATION {
68 NTSTATUS ExitStatus;
69 PPEB PebBaseAddress;
70 ULONG_PTR AffinityMask;
71 KPRIORITY BasePriority;
72 ULONG_PTR UniqueProcessId;
73 ULONG_PTR InheritedFromUniqueProcessId;
74} PROCESS_BASIC_INFORMATION, * PPROCESS_BASIC_INFORMATION;
75
76typedef NTSTATUS(NTAPI* NtQueryInformationProcess)(
77 IN HANDLE ProcessHandle,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected