Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2016-09-30 01:32:31 +0300
committerbinarymaster <x86corez@gmail.com>2016-09-30 01:32:31 +0300
commitae54efba8e59c0b5d509556604bdcaaff53191bd (patch)
treec51e99bbeabe1e0ddd4202b9232f338b89a0fc50 /res
parent1bbeee751b1086e708ebf8352291ddf22e1a1b3a (diff)
INI: Add support for new builds (fix #168)
10.0.14936.1000 x86/x64
Diffstat (limited to 'res')
-rw-r--r--res/rdpwrap-ini-kb.txt51
-rw-r--r--res/rdpwrap.ini47
2 files changed, 96 insertions, 2 deletions
diff --git a/res/rdpwrap-ini-kb.txt b/res/rdpwrap-ini-kb.txt
index ff0f499..69c5469 100644
--- a/res/rdpwrap-ini-kb.txt
+++ b/res/rdpwrap-ini-kb.txt
@@ -1,6 +1,6 @@
[Main]
; Last updated date
-Updated=2016-09-27
+Updated=2016-09-30
; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0
@@ -2256,6 +2256,36 @@ SLInitHook.x64=1
SLInitOffset.x64=C7FC
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.14936.1000]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A3F38
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8B9A1
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=35355
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=25174
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2FCD9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1BB55
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=44CFE
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=C62C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
; Is server
bServerSku=1
@@ -2983,3 +3013,22 @@ bRemoteConnAllowed.x64=E7474
bMultimonAllowed.x64 =E7478
ulMaxDebugSessions.x64=E747C
bFUSEnabled.x64 =E7480
+
+[10.0.14936.1000-SLInit]
+bInitialized.x86 =C0F6C
+bServerSku.x86 =C0F70
+lMaxUserSessions.x86 =C0F74
+bAppServerAllowed.x86 =C0F78
+bRemoteConnAllowed.x86=C0F7C
+bMultimonAllowed.x86 =C0F80
+ulMaxDebugSessions.x86=C0F84
+bFUSEnabled.x86 =C0F88
+
+bInitialized.x64 =E8460
+bRemoteConnAllowed.x64=E8464
+bMultimonAllowed.x64 =E8468
+ulMaxDebugSessions.x64=E846C
+bFUSEnabled.x64 =E8470
+bServerSku.x64 =E847C
+lMaxUserSessions.x64 =E8480
+bAppServerAllowed.x64 =E8484
diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini
index 86cb19c..3728bd9 100644
--- a/res/rdpwrap.ini
+++ b/res/rdpwrap.ini
@@ -2,7 +2,7 @@
; Do not modify without special knowledge
[Main]
-Updated=2016-09-27
+Updated=2016-09-30
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
@@ -1273,6 +1273,32 @@ SLInitHook.x64=1
SLInitOffset.x64=C7FC
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.14936.1000]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A3F38
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8B9A1
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=35355
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=25174
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2FCD9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1BB55
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=44CFE
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=C62C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
bServerSku=1
bRemoteConnAllowed=1
@@ -1976,3 +2002,22 @@ bRemoteConnAllowed.x64=E7474
bMultimonAllowed.x64 =E7478
ulMaxDebugSessions.x64=E747C
bFUSEnabled.x64 =E7480
+
+[10.0.14936.1000-SLInit]
+bInitialized.x86 =C0F6C
+bServerSku.x86 =C0F70
+lMaxUserSessions.x86 =C0F74
+bAppServerAllowed.x86 =C0F78
+bRemoteConnAllowed.x86=C0F7C
+bMultimonAllowed.x86 =C0F80
+ulMaxDebugSessions.x86=C0F84
+bFUSEnabled.x86 =C0F88
+
+bInitialized.x64 =E8460
+bRemoteConnAllowed.x64=E8464
+bMultimonAllowed.x64 =E8468
+ulMaxDebugSessions.x64=E846C
+bFUSEnabled.x64 =E8470
+bServerSku.x64 =E847C
+lMaxUserSessions.x64 =E8480
+bAppServerAllowed.x64 =E8484