diff --git a/res/rdpwrap-ini-kb.txt b/res/rdpwrap-ini-kb.txt index fccd20a..9dfecfa 100644 --- a/res/rdpwrap-ini-kb.txt +++ b/res/rdpwrap-ini-kb.txt @@ -1,6 +1,6 @@ [Main] ; Last updated date -Updated=2016-05-30 +Updated=2016-06-17 ; Address to log file (RDP Wrapper will write it, if exists) LogFile=\rdpwrap.txt ; Hook SLPolicy API on Windows NT 6.0 @@ -1792,10 +1792,10 @@ SLInitFunc.x64=New_CSLQuery_Initialize [10.0.14352.1002] ; Patch CEnforcementCore::GetInstanceOfTSLicense LocalOnlyPatch.x86=1 -LocalOnlyOffset.x86=A4474 +LocalOnlyOffset.x86=A4478 LocalOnlyCode.x86=jmpshort LocalOnlyPatch.x64=1 -LocalOnlyOffset.x64=8D90C +LocalOnlyOffset.x64=8D911 LocalOnlyCode.x64=jmpshort ; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled SingleUserPatch.x86=1 diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini index 2a7ea31..baf54cb 100644 --- a/res/rdpwrap.ini +++ b/res/rdpwrap.ini @@ -2,7 +2,7 @@ ; Do not modify without special knowledge [Main] -Updated=2016-05-30 +Updated=2016-06-17 LogFile=\rdpwrap.txt SLPolicyHookNT60=1 SLPolicyHookNT61=1 @@ -871,10 +871,10 @@ SLInitFunc.x64=New_CSLQuery_Initialize [10.0.14352.1002] LocalOnlyPatch.x86=1 -LocalOnlyOffset.x86=A4474 +LocalOnlyOffset.x86=A4478 LocalOnlyCode.x86=jmpshort LocalOnlyPatch.x64=1 -LocalOnlyOffset.x64=8D90C +LocalOnlyOffset.x64=8D911 LocalOnlyCode.x64=jmpshort SingleUserPatch.x86=1 SingleUserOffset.x86=35465 diff --git a/technical.txt b/technical.txt index 929fb7b..a109695 100644 --- a/technical.txt +++ b/technical.txt @@ -79,6 +79,8 @@ Terminal Services supported versions Source code changelog (rdpwrap library): +2016.06.17 : +- fixed issue with termsrv.dll 10.0.14352.1002 2016.05.30 : - added support for termsrv.dll 10.0.14352.1002