Support for build 10.0.10586.0
This commit is contained in:
parent
3d1f7c9e66
commit
741527eccd
|
@ -1,6 +1,6 @@
|
||||||
[Main]
|
[Main]
|
||||||
; Last updated date
|
; Last updated date
|
||||||
Updated=2015-07-30
|
Updated=2015-11-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
|
||||||
|
@ -1436,6 +1436,36 @@ SLInitHook.x64=1
|
||||||
SLInitOffset.x64=250F0
|
SLInitOffset.x64=250F0
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
|
[10.0.10586.0]
|
||||||
|
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A7C18
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
|
LocalOnlyPatch.x64=1
|
||||||
|
LocalOnlyOffset.x64=96AA1
|
||||||
|
LocalOnlyCode.x64=jmpshort
|
||||||
|
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=353B5
|
||||||
|
SingleUserCode.x86=nop
|
||||||
|
SingleUserPatch.x64=1
|
||||||
|
SingleUserOffset.x64=190D4
|
||||||
|
SingleUserCode.x64=Zero
|
||||||
|
; Patch CDefPolicy::Query
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=30B69
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
|
DefPolicyPatch.x64=1
|
||||||
|
DefPolicyOffset.x64=229A5
|
||||||
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
|
; Hook CSLQuery::Initialize
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=469DE
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
|
SLInitHook.x64=1
|
||||||
|
SLInitOffset.x64=25220
|
||||||
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[SLInit]
|
[SLInit]
|
||||||
; Is server
|
; Is server
|
||||||
bServerSku=1
|
bServerSku=1
|
||||||
|
@ -1650,3 +1680,22 @@ bInitialized.x64 =F3464
|
||||||
bMultimonAllowed.x64 =F3468
|
bMultimonAllowed.x64 =F3468
|
||||||
ulMaxDebugSessions.x64=F346C
|
ulMaxDebugSessions.x64=F346C
|
||||||
bRemoteConnAllowed.x64=F3470
|
bRemoteConnAllowed.x64=F3470
|
||||||
|
|
||||||
|
[10.0.10586.0-SLInit]
|
||||||
|
bFUSEnabled.x86 =C3F60
|
||||||
|
lMaxUserSessions.x86 =C3F64
|
||||||
|
bAppServerAllowed.x86 =C3F68
|
||||||
|
bInitialized.x86 =C3F6C
|
||||||
|
bMultimonAllowed.x86 =C3F70
|
||||||
|
bServerSku.x86 =C3F74
|
||||||
|
ulMaxDebugSessions.x86=C3F78
|
||||||
|
bRemoteConnAllowed.x86=C3F7C
|
||||||
|
|
||||||
|
lMaxUserSessions.x64 =F23B0
|
||||||
|
bAppServerAllowed.x64 =F23B4
|
||||||
|
bServerSku.x64 =F23B8
|
||||||
|
bFUSEnabled.x64 =F3460
|
||||||
|
bInitialized.x64 =F3464
|
||||||
|
bMultimonAllowed.x64 =F3468
|
||||||
|
ulMaxDebugSessions.x64=F346C
|
||||||
|
bRemoteConnAllowed.x64=F3470
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; Do not modify without special knowledge
|
; Do not modify without special knowledge
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Updated=2015-07-30
|
Updated=2015-11-14
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
SLPolicyHookNT60=1
|
SLPolicyHookNT60=1
|
||||||
SLPolicyHookNT61=1
|
SLPolicyHookNT61=1
|
||||||
|
@ -569,6 +569,32 @@ SLInitHook.x64=1
|
||||||
SLInitOffset.x64=250F0
|
SLInitOffset.x64=250F0
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
|
[10.0.10586.0]
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A7C18
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
|
LocalOnlyPatch.x64=1
|
||||||
|
LocalOnlyOffset.x64=96AA1
|
||||||
|
LocalOnlyCode.x64=jmpshort
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=353B5
|
||||||
|
SingleUserCode.x86=nop
|
||||||
|
SingleUserPatch.x64=1
|
||||||
|
SingleUserOffset.x64=190D4
|
||||||
|
SingleUserCode.x64=Zero
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=30B69
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
|
DefPolicyPatch.x64=1
|
||||||
|
DefPolicyOffset.x64=229A5
|
||||||
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=469DE
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
|
SLInitHook.x64=1
|
||||||
|
SLInitOffset.x64=25220
|
||||||
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[SLInit]
|
[SLInit]
|
||||||
bServerSku=1
|
bServerSku=1
|
||||||
bRemoteConnAllowed=1
|
bRemoteConnAllowed=1
|
||||||
|
@ -768,3 +794,22 @@ bInitialized.x64 =F3464
|
||||||
bMultimonAllowed.x64 =F3468
|
bMultimonAllowed.x64 =F3468
|
||||||
ulMaxDebugSessions.x64=F346C
|
ulMaxDebugSessions.x64=F346C
|
||||||
bRemoteConnAllowed.x64=F3470
|
bRemoteConnAllowed.x64=F3470
|
||||||
|
|
||||||
|
[10.0.10586.0-SLInit]
|
||||||
|
bFUSEnabled.x86 =C3F60
|
||||||
|
lMaxUserSessions.x86 =C3F64
|
||||||
|
bAppServerAllowed.x86 =C3F68
|
||||||
|
bInitialized.x86 =C3F6C
|
||||||
|
bMultimonAllowed.x86 =C3F70
|
||||||
|
bServerSku.x86 =C3F74
|
||||||
|
ulMaxDebugSessions.x86=C3F78
|
||||||
|
bRemoteConnAllowed.x86=C3F7C
|
||||||
|
|
||||||
|
lMaxUserSessions.x64 =F23B0
|
||||||
|
bAppServerAllowed.x64 =F23B4
|
||||||
|
bServerSku.x64 =F23B8
|
||||||
|
bFUSEnabled.x64 =F3460
|
||||||
|
bInitialized.x64 =F3464
|
||||||
|
bMultimonAllowed.x64 =F3468
|
||||||
|
ulMaxDebugSessions.x64=F346C
|
||||||
|
bRemoteConnAllowed.x64=F3470
|
||||||
|
|
|
@ -63,13 +63,16 @@ Terminal Services supported versions
|
||||||
10.0.10525.0 (Windows 10 th2_release.150812-1658) [todo]
|
10.0.10525.0 (Windows 10 th2_release.150812-1658) [todo]
|
||||||
10.0.10532.0 (Windows 10 th2_release.150822-1406) [todo]
|
10.0.10532.0 (Windows 10 th2_release.150822-1406) [todo]
|
||||||
10.0.10547.0 (Windows 10 th2_release.150913-1511) [todo]
|
10.0.10547.0 (Windows 10 th2_release.150913-1511) [todo]
|
||||||
10.0.10586.0 (Windows 10 th2_release.151029-1700) [!todo]
|
10.0.10586.0 (Windows 10 th2_release.151029-1700) [init hook + extended patch]
|
||||||
|
|
||||||
Known failures
|
Known failures
|
||||||
6.0.6000.16386 (Windows Vista RTM x86, crashes on logon attempt)
|
6.0.6000.16386 (Windows Vista RTM x86, crashes on logon attempt)
|
||||||
|
|
||||||
Source code changelog (rdpwrap library):
|
Source code changelog (rdpwrap library):
|
||||||
|
|
||||||
|
2015.11.14 :
|
||||||
|
- added support for termsrv.dll 10.0.10586.0
|
||||||
|
|
||||||
2015.08.11 :
|
2015.08.11 :
|
||||||
- embed new rdpclip versions in the installer (for NT 6.0 and 6.1)
|
- embed new rdpclip versions in the installer (for NT 6.0 and 6.1)
|
||||||
- preparing the release
|
- preparing the release
|
||||||
|
|
Loading…
Reference in New Issue