Files
vxunderground-VX-API/VX-API/GetRtlUserProcessParameters.cpp
T
vxunderground 86ca3658a5 update
2022-09-10 13:20:38 -05:00

6 lines
129 B
C++

#include "Win32Helper.h"
PRTL_USER_PROCESS_PARAMETERS GetRtlUserProcessParameters(VOID)
{
return GetPeb()->ProcessParameters;
}