MCPcopy Create free account
hub / github.com/NtQuery/Scylla / getCurrentProcessEnvironmentBlock

Method getCurrentProcessEnvironmentBlock

Scylla/NativeWinApi.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62PPEB NativeWinApi::getCurrentProcessEnvironmentBlock()
63{
64 return getProcessEnvironmentBlockAddress(GetCurrentProcess());
65}
66
67PPEB NativeWinApi::getProcessEnvironmentBlockAddress(HANDLE processHandle)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected