Correct offsets for 14352 (fix #121)
This commit is contained in:
parent
d19a8cf733
commit
078e5cd1cb
|
@ -1,6 +1,6 @@
|
||||||
[Main]
|
[Main]
|
||||||
; Last updated date
|
; Last updated date
|
||||||
Updated=2016-05-30
|
Updated=2016-06-17
|
||||||
; 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
|
||||||
|
@ -1792,10 +1792,10 @@ SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
[10.0.14352.1002]
|
[10.0.14352.1002]
|
||||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||||
LocalOnlyPatch.x86=1
|
LocalOnlyPatch.x86=1
|
||||||
LocalOnlyOffset.x86=A4474
|
LocalOnlyOffset.x86=A4478
|
||||||
LocalOnlyCode.x86=jmpshort
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=8D90C
|
LocalOnlyOffset.x64=8D911
|
||||||
LocalOnlyCode.x64=jmpshort
|
LocalOnlyCode.x64=jmpshort
|
||||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||||
SingleUserPatch.x86=1
|
SingleUserPatch.x86=1
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; Do not modify without special knowledge
|
; Do not modify without special knowledge
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Updated=2016-05-30
|
Updated=2016-06-17
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
SLPolicyHookNT60=1
|
SLPolicyHookNT60=1
|
||||||
SLPolicyHookNT61=1
|
SLPolicyHookNT61=1
|
||||||
|
@ -871,10 +871,10 @@ SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[10.0.14352.1002]
|
[10.0.14352.1002]
|
||||||
LocalOnlyPatch.x86=1
|
LocalOnlyPatch.x86=1
|
||||||
LocalOnlyOffset.x86=A4474
|
LocalOnlyOffset.x86=A4478
|
||||||
LocalOnlyCode.x86=jmpshort
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=8D90C
|
LocalOnlyOffset.x64=8D911
|
||||||
LocalOnlyCode.x64=jmpshort
|
LocalOnlyCode.x64=jmpshort
|
||||||
SingleUserPatch.x86=1
|
SingleUserPatch.x86=1
|
||||||
SingleUserOffset.x86=35465
|
SingleUserOffset.x86=35465
|
||||||
|
|
|
@ -79,6 +79,8 @@ Terminal Services supported versions
|
||||||
|
|
||||||
Source code changelog (rdpwrap library):
|
Source code changelog (rdpwrap library):
|
||||||
|
|
||||||
|
2016.06.17 :
|
||||||
|
- fixed issue with termsrv.dll 10.0.14352.1002
|
||||||
2016.05.30 :
|
2016.05.30 :
|
||||||
- added support for termsrv.dll 10.0.14352.1002
|
- added support for termsrv.dll 10.0.14352.1002
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue