Add offsets for Windows 17763 and use current SDK

This commit is contained in:
barrybingo
2019-03-22 22:33:56 +00:00
parent d6ff4c5550
commit d4c8fd4004
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -138,5 +138,12 @@ private:
objecttable = 0x418;
vadroot = 0x628;
}
else if (osVersion.dwBuildNumber == 17763)
{
protection = 0x6CA;
flags2 = 0x820;
objecttable = 0x418;
vadroot = 0x628;
}
}
};
+1 -1
View File
@@ -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">
+1 -1
View File
@@ -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">