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>2016-05-30 17:40:06 +0300
committerbinarymaster <x86corez@gmail.com>2016-05-30 17:40:06 +0300
commitd19a8cf733b05dc075b347b088e205200a02eaf6 (patch)
treed60676a8281f285e724bc83dfa5342e3e322889a
parentbb6d905b8d7f216b9d77f7b924196a1f06db7ecc (diff)
INI: Add support for new builds (fix #119)
10.0.14352.1002 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 be8fd3d..dfc69bf 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,7 @@ Change log:<br>
• <u>10.0.14328.1000</u> (Windows 10 RS1 Release 160418-1609)<br>
• <u>10.0.14332.1001</u> (Windows 10 RS1 Release 160422-1940)<br>
• <u>10.0.14342.1000</u> (Windows 10 RS1 Release 160506-1708)<br>
+• <u>10.0.14352.1002</u> (Windows 10 RS1 Release 160522-1930)<br>
<br>
<b>Confirmed working on:</b><br>
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br>
diff --git a/res/rdpwrap-ini-kb.txt b/res/rdpwrap-ini-kb.txt
index 8916513..fccd20a 100644
--- a/res/rdpwrap-ini-kb.txt
+++ b/res/rdpwrap-ini-kb.txt
@@ -1,6 +1,6 @@
[Main]
; Last updated date
-Updated=2016-05-14
+Updated=2016-05-30
; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0
@@ -1789,6 +1789,36 @@ SLInitHook.x64=1
SLInitOffset.x64=CA20
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.14352.1002]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A4474
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8D90C
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=35465
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=24474
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=30099
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1AC05
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=44792
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=CDB0
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
; Is server
bServerSku=1
@@ -2223,3 +2253,22 @@ bFUSEnabled.x64 =E9440
bServerSku.x64 =E944C
lMaxUserSessions.x64 =E9450
bAppServerAllowed.x64 =E9454
+
+[10.0.14352.1002-SLInit]
+bInitialized.x86 =C0F5C
+bServerSku.x86 =C0F60
+lMaxUserSessions.x86 =C0F64
+bAppServerAllowed.x86 =C0F68
+bRemoteConnAllowed.x86=C0F6C
+bMultimonAllowed.x86 =C0F70
+ulMaxDebugSessions.x86=C0F74
+bFUSEnabled.x86 =C0F78
+
+bServerSku.x64 =E73C0
+lMaxUserSessions.x64 =E73C4
+bAppServerAllowed.x64 =E73C8
+bInitialized.x64 =E8460
+bRemoteConnAllowed.x64=E8464
+bMultimonAllowed.x64 =E8468
+ulMaxDebugSessions.x64=E846C
+bFUSEnabled.x64 =E8470
diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini
index 2fc59c0..2a7ea31 100644
--- a/res/rdpwrap.ini
+++ b/res/rdpwrap.ini
@@ -2,7 +2,7 @@
; Do not modify without special knowledge
[Main]
-Updated=2016-05-14
+Updated=2016-05-30
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
@@ -869,6 +869,32 @@ SLInitHook.x64=1
SLInitOffset.x64=CA20
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.14352.1002]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A4474
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8D90C
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=35465
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=24474
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=30099
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1AC05
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=44792
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=CDB0
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
bServerSku=1
bRemoteConnAllowed=1
@@ -1287,3 +1313,22 @@ bFUSEnabled.x64 =E9440
bServerSku.x64 =E944C
lMaxUserSessions.x64 =E9450
bAppServerAllowed.x64 =E9454
+
+[10.0.14352.1002-SLInit]
+bInitialized.x86 =C0F5C
+bServerSku.x86 =C0F60
+lMaxUserSessions.x86 =C0F64
+bAppServerAllowed.x86 =C0F68
+bRemoteConnAllowed.x86=C0F6C
+bMultimonAllowed.x86 =C0F70
+ulMaxDebugSessions.x86=C0F74
+bFUSEnabled.x86 =C0F78
+
+bServerSku.x64 =E73C0
+lMaxUserSessions.x64 =E73C4
+bAppServerAllowed.x64 =E73C8
+bInitialized.x64 =E8460
+bRemoteConnAllowed.x64=E8464
+bMultimonAllowed.x64 =E8468
+ulMaxDebugSessions.x64=E846C
+bFUSEnabled.x64 =E8470
diff --git a/technical.txt b/technical.txt
index 1f1199e..929fb7b 100644
--- a/technical.txt
+++ b/technical.txt
@@ -75,9 +75,13 @@ Terminal Services supported versions
10.0.14328.1000 (Windows 10 rs1_release.160418-1609) [init hook + extended patch]
10.0.14332.1001 (Windows 10 rs1_release.160422-1940) [init hook + extended patch]
10.0.14342.1000 (Windows 10 rs1_release.160506-1708) [init hook + extended patch]
+10.0.14352.1002 (Windows 10 rs1_release.160522-1930) [init hook + extended patch]
Source code changelog (rdpwrap library):
+2016.05.30 :
+- added support for termsrv.dll 10.0.14352.1002
+
2016.05.14 :
- added support for termsrv.dll 10.0.14342.1000