mirror of
https://github.com/notscimmy/pplib
synced 2026-06-22 07:30:05 +00:00
Add offsets for Windows 17763 and use current SDK
This commit is contained in:
@@ -138,5 +138,12 @@ private:
|
||||
objecttable = 0x418;
|
||||
vadroot = 0x628;
|
||||
}
|
||||
else if (osVersion.dwBuildNumber == 17763)
|
||||
{
|
||||
protection = 0x6CA;
|
||||
flags2 = 0x820;
|
||||
objecttable = 0x418;
|
||||
vadroot = 0x628;
|
||||
}
|
||||
}
|
||||
};
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{C032FA1E-9809-4947-BEC9-EC2B3F182A5D}</ProjectGuid>
|
||||
<RootNamespace>pplib</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{D194FE2D-C0CC-4560-A41D-DD03CF35F42F}</ProjectGuid>
|
||||
<RootNamespace>testpplib</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
||||
Reference in New Issue
Block a user