INI: Add support for new builds

10.0.14342.1000 x86/x64
This commit is contained in:
binarymaster 2016-05-14 20:41:16 +03:00
parent 53897b40c7
commit bb6d905b8d
4 changed files with 102 additions and 2 deletions

View File

@ -197,6 +197,7 @@ Change log:<br>
<u>10.0.14316.1000</u> (Windows 10 RS1 Release 160402-2227)<br> <u>10.0.14316.1000</u> (Windows 10 RS1 Release 160402-2227)<br>
<u>10.0.14328.1000</u> (Windows 10 RS1 Release 160418-1609)<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.14332.1001</u> (Windows 10 RS1 Release 160422-1940)<br>
<u>10.0.14342.1000</u> (Windows 10 RS1 Release 160506-1708)<br>
<br> <br>
<b>Confirmed working on:</b><br> <b>Confirmed working on:</b><br>
• Windows Vista Starter (x86 - Service Pack 1 and higher)<br> • Windows Vista Starter (x86 - Service Pack 1 and higher)<br>
@ -235,6 +236,7 @@ Change log:<br>
• Windows 10 Home Single Language<br> • Windows 10 Home Single Language<br>
• Windows 10 Pro<br> • Windows 10 Pro<br>
• Windows 10 Enterprise<br> • Windows 10 Enterprise<br>
• Windows Server 2016 Technical Preview<br>
<br> <br>
<b>Known issues:</b><br> <b>Known issues:</b><br>
• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system) - <a href="https://github.com/stascorp/rdpwrap/issues/37" target="_blank">more info</a><br> • Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system) - <a href="https://github.com/stascorp/rdpwrap/issues/37" target="_blank">more info</a><br>

View File

@ -1,6 +1,6 @@
[Main] [Main]
; Last updated date ; Last updated date
Updated=2016-05-08 Updated=2016-05-14
; Address to log file (RDP Wrapper will write it, if exists) ; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0 ; Hook SLPolicy API on Windows NT 6.0
@ -1759,6 +1759,36 @@ SLInitHook.x64=1
SLInitOffset.x64=CAD0 SLInitOffset.x64=CAD0
SLInitFunc.x64=New_CSLQuery_Initialize SLInitFunc.x64=New_CSLQuery_Initialize
[10.0.14342.1000]
; Patch CEnforcementCore::GetInstanceOfTSLicense
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=A8E98
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=8EF31
LocalOnlyCode.x64=jmpshort
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
SingleUserPatch.x86=1
SingleUserOffset.x86=357E5
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=26774
SingleUserCode.x64=Zero
; Patch CDefPolicy::Query
DefPolicyPatch.x86=1
DefPolicyOffset.x86=316A9
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=1CEF5
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
; Hook CSLQuery::Initialize
SLInitHook.x86=1
SLInitOffset.x86=4755F
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=CA20
SLInitFunc.x64=New_CSLQuery_Initialize
[SLInit] [SLInit]
; Is server ; Is server
bServerSku=1 bServerSku=1
@ -2174,3 +2204,22 @@ bRemoteConnAllowed.x64=EA464
bMultimonAllowed.x64 =EA468 bMultimonAllowed.x64 =EA468
ulMaxDebugSessions.x64=EA46C ulMaxDebugSessions.x64=EA46C
bFUSEnabled.x64 =EA470 bFUSEnabled.x64 =EA470
[10.0.14342.1000-SLInit]
bInitialized.x86 =C4F58
bServerSku.x86 =C4F5C
lMaxUserSessions.x86 =C4F60
bAppServerAllowed.x86 =C4F64
bRemoteConnAllowed.x86=C4F68
bMultimonAllowed.x86 =C4F6C
ulMaxDebugSessions.x86=C4F70
bFUSEnabled.x86 =C4F74
bInitialized.x64 =E9430
bRemoteConnAllowed.x64=E9434
bMultimonAllowed.x64 =E9438
ulMaxDebugSessions.x64=E943C
bFUSEnabled.x64 =E9440
bServerSku.x64 =E944C
lMaxUserSessions.x64 =E9450
bAppServerAllowed.x64 =E9454

View File

@ -2,7 +2,7 @@
; Do not modify without special knowledge ; Do not modify without special knowledge
[Main] [Main]
Updated=2016-05-08 Updated=2016-05-14
LogFile=\rdpwrap.txt LogFile=\rdpwrap.txt
SLPolicyHookNT60=1 SLPolicyHookNT60=1
SLPolicyHookNT61=1 SLPolicyHookNT61=1
@ -843,6 +843,32 @@ SLInitHook.x64=1
SLInitOffset.x64=CAD0 SLInitOffset.x64=CAD0
SLInitFunc.x64=New_CSLQuery_Initialize SLInitFunc.x64=New_CSLQuery_Initialize
[10.0.14342.1000]
LocalOnlyPatch.x86=1
LocalOnlyOffset.x86=A8E98
LocalOnlyCode.x86=jmpshort
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=8EF31
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x86=1
SingleUserOffset.x86=357E5
SingleUserCode.x86=nop
SingleUserPatch.x64=1
SingleUserOffset.x64=26774
SingleUserCode.x64=Zero
DefPolicyPatch.x86=1
DefPolicyOffset.x86=316A9
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
DefPolicyPatch.x64=1
DefPolicyOffset.x64=1CEF5
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
SLInitHook.x86=1
SLInitOffset.x86=4755F
SLInitFunc.x86=New_CSLQuery_Initialize
SLInitHook.x64=1
SLInitOffset.x64=CA20
SLInitFunc.x64=New_CSLQuery_Initialize
[SLInit] [SLInit]
bServerSku=1 bServerSku=1
bRemoteConnAllowed=1 bRemoteConnAllowed=1
@ -1242,3 +1268,22 @@ bRemoteConnAllowed.x64=EA464
bMultimonAllowed.x64 =EA468 bMultimonAllowed.x64 =EA468
ulMaxDebugSessions.x64=EA46C ulMaxDebugSessions.x64=EA46C
bFUSEnabled.x64 =EA470 bFUSEnabled.x64 =EA470
[10.0.14342.1000-SLInit]
bInitialized.x86 =C4F58
bServerSku.x86 =C4F5C
lMaxUserSessions.x86 =C4F60
bAppServerAllowed.x86 =C4F64
bRemoteConnAllowed.x86=C4F68
bMultimonAllowed.x86 =C4F6C
ulMaxDebugSessions.x86=C4F70
bFUSEnabled.x86 =C4F74
bInitialized.x64 =E9430
bRemoteConnAllowed.x64=E9434
bMultimonAllowed.x64 =E9438
ulMaxDebugSessions.x64=E943C
bFUSEnabled.x64 =E9440
bServerSku.x64 =E944C
lMaxUserSessions.x64 =E9450
bAppServerAllowed.x64 =E9454

View File

@ -74,9 +74,13 @@ Terminal Services supported versions
10.0.14316.1000 (Windows 10 rs1_release.160402-2227) [init hook + extended patch] 10.0.14316.1000 (Windows 10 rs1_release.160402-2227) [init hook + extended patch]
10.0.14328.1000 (Windows 10 rs1_release.160418-1609) [init hook + extended patch] 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.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]
Source code changelog (rdpwrap library): Source code changelog (rdpwrap library):
2016.05.14 :
- added support for termsrv.dll 10.0.14342.1000
2016.05.08 : 2016.05.08 :
- added support for termsrv.dll 10.0.14300.1000 x64 - added support for termsrv.dll 10.0.14300.1000 x64
- added support for termsrv.dll 10.0.14328.1000 - added support for termsrv.dll 10.0.14328.1000