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

6 lines
100 B
C++

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