Create GetRtlUserProcessParameters.cpp

This commit is contained in:
vxunderground
2022-07-14 23:19:03 -05:00
committed by GitHub
parent aff16faeb6
commit 50c804b72c
@@ -0,0 +1,4 @@
PRTL_USER_PROCESS_PARAMETERS GetRtlUserProcessParameters(VOID)
{
return GetPeb()->ProcessParameters;
}