Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2017-05-29 13:30:07 +0300
committerbinarymaster <x86corez@gmail.com>2017-05-29 13:30:07 +0300
commit49c9cbf379cce2d4dc60a87aa5def01699bb95b3 (patch)
tree2b93298a1edc0356c73d1b31280e86be742797bd
parent85f2b39568df0425c19a96b9a83d07f75c995263 (diff)
INI: Add support for new builds (fix #254)
10.0.16199.1000 x86/x64
-rw-r--r--README.md1
-rw-r--r--res/rdpwrap-ini-kb.txt51
-rw-r--r--res/rdpwrap.ini47
-rw-r--r--technical.txt4
4 files changed, 101 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf5ec16..09a6516 100644
--- a/README.md
+++ b/README.md
@@ -345,6 +345,7 @@ Visit [issues](https://github.com/stascorp/rdpwrap/issues) section, and check wh
- 10.0.15063.0 (Windows 10 Build 160101.0800)
- 10.0.16179.1000 (Windows 10 Build 160101.0800)
- 10.0.16184.1001 (Windows 10 Build 160101.0800)
+- 10.0.16199.1000 (Windows 10 Build 160101.0800)
#### Confirmed working on:
- Windows Vista Starter (x86 - Service Pack 1 and higher)
diff --git a/res/rdpwrap-ini-kb.txt b/res/rdpwrap-ini-kb.txt
index 005db48..7b7de00 100644
--- a/res/rdpwrap-ini-kb.txt
+++ b/res/rdpwrap-ini-kb.txt
@@ -1,6 +1,6 @@
[Main]
; Last updated date
-Updated=2017-05-17
+Updated=2017-05-29
; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0
@@ -3001,6 +3001,36 @@ SLInitHook.x64=1
SLInitOffset.x64=21700
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.16199.1000]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=ABA68
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8CED1
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=348C5
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=28C14
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=319B9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=CB25
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=469B0
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=FA30
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
; Is server
bServerSku=1
@@ -4195,3 +4225,22 @@ bRemoteConnAllowed.x64=E9494
bMultimonAllowed.x64 =E9498
ulMaxDebugSessions.x64=E949C
bFUSEnabled.x64 =E94A0
+
+[10.0.16199.1000-SLInit]
+bInitialized.x86 =C8F74
+bServerSku.x86 =C8F78
+lMaxUserSessions.x86 =C8F7C
+bAppServerAllowed.x86 =C8F80
+bRemoteConnAllowed.x86=C8F84
+bMultimonAllowed.x86 =C8F88
+ulMaxDebugSessions.x86=C8F8C
+bFUSEnabled.x86 =C8F90
+
+bServerSku.x64 =E83E8
+lMaxUserSessions.x64 =E83EC
+bAppServerAllowed.x64 =E83F0
+bInitialized.x64 =E94A0
+bRemoteConnAllowed.x64=E94A4
+bMultimonAllowed.x64 =E94A8
+ulMaxDebugSessions.x64=E94AC
+bFUSEnabled.x64 =E94B0
diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini
index 244e03e..a75982b 100644
--- a/res/rdpwrap.ini
+++ b/res/rdpwrap.ini
@@ -2,7 +2,7 @@
; Do not modify without special knowledge
[Main]
-Updated=2017-05-17
+Updated=2017-05-29
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
@@ -1914,6 +1914,32 @@ SLInitHook.x64=1
SLInitOffset.x64=21700
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.16199.1000]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=ABA68
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8CED1
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=348C5
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=28C14
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=319B9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=CB25
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=469B0
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=FA30
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
bServerSku=1
bRemoteConnAllowed=1
@@ -3084,3 +3110,22 @@ bRemoteConnAllowed.x64=E9494
bMultimonAllowed.x64 =E9498
ulMaxDebugSessions.x64=E949C
bFUSEnabled.x64 =E94A0
+
+[10.0.16199.1000-SLInit]
+bInitialized.x86 =C8F74
+bServerSku.x86 =C8F78
+lMaxUserSessions.x86 =C8F7C
+bAppServerAllowed.x86 =C8F80
+bRemoteConnAllowed.x86=C8F84
+bMultimonAllowed.x86 =C8F88
+ulMaxDebugSessions.x86=C8F8C
+bFUSEnabled.x86 =C8F90
+
+bServerSku.x64 =E83E8
+lMaxUserSessions.x64 =E83EC
+bAppServerAllowed.x64 =E83F0
+bInitialized.x64 =E94A0
+bRemoteConnAllowed.x64=E94A4
+bMultimonAllowed.x64 =E94A8
+ulMaxDebugSessions.x64=E94AC
+bFUSEnabled.x64 =E94B0
diff --git a/technical.txt b/technical.txt
index b5975fe..a447968 100644
--- a/technical.txt
+++ b/technical.txt
@@ -117,9 +117,13 @@ Terminal Services supported versions
10.0.15063.0 (Windows 10 WinBuild.160101.0800) [init hook + extended patch]
10.0.16179.1000 (Windows 10 WinBuild.160101.0800) [init hook + extended patch]
10.0.16184.1001 (Windows 10 WinBuild.160101.0800) [init hook + extended patch]
+10.0.16199.1000 (Windows 10 WinBuild.160101.0800) [init hook + extended patch]
Source code changelog (rdpwrap library):
+2017.05.29 :
+- added support for termsrv.dll 10.0.16199.1000
+
2017.05.17 :
- added support for termsrv.dll 10.0.14997.1001 x64