parent
dc3b07f1fe
commit
2eef50f254
|
@ -341,7 +341,7 @@ Visit [issues](https://github.com/stascorp/rdpwrap/issues) section, and check wh
|
||||||
- 10.0.14393.0 (Windows 10 RS1 Release 160715-1616)
|
- 10.0.14393.0 (Windows 10 RS1 Release 160715-1616)
|
||||||
- 10.0.14393.1198 (Windows 10 RS1 Release Sec 170427-1353 with KB4019472)
|
- 10.0.14393.1198 (Windows 10 RS1 Release Sec 170427-1353 with KB4019472)
|
||||||
- 10.0.14393.1737 (Windows 10 RS1 Release Inmarket 170914-1249 with KB4041691)
|
- 10.0.14393.1737 (Windows 10 RS1 Release Inmarket 170914-1249 with KB4041691)
|
||||||
- 10.0.14393.2457 (Windows 10 RS1 Release Inmarket 180822-1743 with KB4457131)
|
- 10.0.14393.2457 (Windows 10 RS1 Release Inmarket 180822-1743 with KB4343884)
|
||||||
- 10.0.14901.1000 (Windows 10 RS Pre-Release 160805-1700)
|
- 10.0.14901.1000 (Windows 10 RS Pre-Release 160805-1700)
|
||||||
- 10.0.14905.1000 (Windows 10 RS Pre-Release 160811-1739)
|
- 10.0.14905.1000 (Windows 10 RS Pre-Release 160811-1739)
|
||||||
- 10.0.14915.1000 (Windows 10 RS Pre-Release 160826-1902)
|
- 10.0.14915.1000 (Windows 10 RS Pre-Release 160826-1902)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Main]
|
[Main]
|
||||||
; Last updated date
|
; Last updated date
|
||||||
Updated=2018-10-03
|
Updated=2018-10-04
|
||||||
; 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
|
||||||
|
@ -2368,18 +2368,30 @@ SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[10.0.14393.2457]
|
[10.0.14393.2457]
|
||||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A6248
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=8D811
|
LocalOnlyOffset.x64=8D811
|
||||||
LocalOnlyCode.x64=jmpshort
|
LocalOnlyCode.x64=jmpshort
|
||||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=36CE5
|
||||||
|
SingleUserCode.x86=nop
|
||||||
SingleUserPatch.x64=1
|
SingleUserPatch.x64=1
|
||||||
SingleUserOffset.x64=29CF4
|
SingleUserOffset.x64=29CF4
|
||||||
SingleUserCode.x64=Zero
|
SingleUserCode.x64=Zero
|
||||||
; Patch CDefPolicy::Query
|
; Patch CDefPolicy::Query
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=31209
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
DefPolicyPatch.x64=1
|
DefPolicyPatch.x64=1
|
||||||
DefPolicyOffset.x64=1B545
|
DefPolicyOffset.x64=1B545
|
||||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
; Hook CSLQuery::Initialize
|
; Hook CSLQuery::Initialize
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=45824
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
SLInitHook.x64=1
|
SLInitHook.x64=1
|
||||||
SLInitOffset.x64=C920
|
SLInitOffset.x64=C920
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
@ -5043,6 +5055,15 @@ ulMaxDebugSessions.x64=E847C
|
||||||
bFUSEnabled.x64 =E8480
|
bFUSEnabled.x64 =E8480
|
||||||
|
|
||||||
[10.0.14393.2457-SLInit]
|
[10.0.14393.2457-SLInit]
|
||||||
|
bInitialized.x86 =C1F94
|
||||||
|
bServerSku.x86 =C1F98
|
||||||
|
lMaxUserSessions.x86 =C1F9C
|
||||||
|
bAppServerAllowed.x86 =C1FA0
|
||||||
|
bRemoteConnAllowed.x86=C1FA4
|
||||||
|
bMultimonAllowed.x86 =C1FA8
|
||||||
|
ulMaxDebugSessions.x86=C1FAC
|
||||||
|
bFUSEnabled.x86 =C1FB0
|
||||||
|
|
||||||
bServerSku.x64 =E73D0
|
bServerSku.x64 =E73D0
|
||||||
lMaxUserSessions.x64 =E73D4
|
lMaxUserSessions.x64 =E73D4
|
||||||
bAppServerAllowed.x64 =E73D8
|
bAppServerAllowed.x64 =E73D8
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; Do not modify without special knowledge
|
; Do not modify without special knowledge
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Updated=2018-10-03
|
Updated=2018-10-04
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
SLPolicyHookNT60=1
|
SLPolicyHookNT60=1
|
||||||
SLPolicyHookNT61=1
|
SLPolicyHookNT61=1
|
||||||
|
@ -1368,15 +1368,27 @@ SLInitOffset.x64=C930
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[10.0.14393.2457]
|
[10.0.14393.2457]
|
||||||
|
LocalOnlyPatch.x86=1
|
||||||
|
LocalOnlyOffset.x86=A6248
|
||||||
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=8D811
|
LocalOnlyOffset.x64=8D811
|
||||||
LocalOnlyCode.x64=jmpshort
|
LocalOnlyCode.x64=jmpshort
|
||||||
|
SingleUserPatch.x86=1
|
||||||
|
SingleUserOffset.x86=36CE5
|
||||||
|
SingleUserCode.x86=nop
|
||||||
SingleUserPatch.x64=1
|
SingleUserPatch.x64=1
|
||||||
SingleUserOffset.x64=29CF4
|
SingleUserOffset.x64=29CF4
|
||||||
SingleUserCode.x64=Zero
|
SingleUserCode.x64=Zero
|
||||||
|
DefPolicyPatch.x86=1
|
||||||
|
DefPolicyOffset.x86=31209
|
||||||
|
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||||
DefPolicyPatch.x64=1
|
DefPolicyPatch.x64=1
|
||||||
DefPolicyOffset.x64=1B545
|
DefPolicyOffset.x64=1B545
|
||||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||||
|
SLInitHook.x86=1
|
||||||
|
SLInitOffset.x86=45824
|
||||||
|
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||||
SLInitHook.x64=1
|
SLInitHook.x64=1
|
||||||
SLInitOffset.x64=C920
|
SLInitOffset.x64=C920
|
||||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
@ -3752,6 +3764,15 @@ ulMaxDebugSessions.x64=E847C
|
||||||
bFUSEnabled.x64 =E8480
|
bFUSEnabled.x64 =E8480
|
||||||
|
|
||||||
[10.0.14393.2457-SLInit]
|
[10.0.14393.2457-SLInit]
|
||||||
|
bInitialized.x86 =C1F94
|
||||||
|
bServerSku.x86 =C1F98
|
||||||
|
lMaxUserSessions.x86 =C1F9C
|
||||||
|
bAppServerAllowed.x86 =C1FA0
|
||||||
|
bRemoteConnAllowed.x86=C1FA4
|
||||||
|
bMultimonAllowed.x86 =C1FA8
|
||||||
|
ulMaxDebugSessions.x86=C1FAC
|
||||||
|
bFUSEnabled.x86 =C1FB0
|
||||||
|
|
||||||
bServerSku.x64 =E73D0
|
bServerSku.x64 =E73D0
|
||||||
lMaxUserSessions.x64 =E73D4
|
lMaxUserSessions.x64 =E73D4
|
||||||
bAppServerAllowed.x64 =E73D8
|
bAppServerAllowed.x64 =E73D8
|
||||||
|
|
|
@ -166,6 +166,9 @@ Terminal Services supported versions
|
||||||
|
|
||||||
Source code changelog (rdpwrap library):
|
Source code changelog (rdpwrap library):
|
||||||
|
|
||||||
|
2018.10.04 :
|
||||||
|
- added support for termsrv.dll 10.0.14393.2457 x86
|
||||||
|
|
||||||
2018.10.03 :
|
2018.10.03 :
|
||||||
- added support for termsrv.dll 6.1.7601.24234 x64
|
- added support for termsrv.dll 6.1.7601.24234 x64
|
||||||
- added support for termsrv.dll 10.0.15063.994 x64
|
- added support for termsrv.dll 10.0.15063.994 x64
|
||||||
|
|
Loading…
Reference in New Issue