Files
vxunderground-VX-API/VX-API/GetOsPlatformIdFromPeb.cpp
vxunderground 2742be2f3c Global annotations
Annotations and function renames
2022-09-13 12:20:46 -05:00

6 lines
96 B
C++

#include "Win32Helper.h"
ULONG GetOsPlatformIdFromPeb(VOID)
{
return GetPeb()->OSPlatformId;
}