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>2017-03-01 21:21:49 +0300
committerbinarymaster <x86corez@gmail.com>2017-03-01 21:21:49 +0300
commitacaf2b2f7246cf9ed70354b651eb232a85d9b534 (patch)
treefce5aa9bf72f83d3b269c7c794eeecf20eb6bc4f /res
parent1e93d3ca2024d129f72f83ec68c18fd101fa2e64 (diff)
INI: Add support for new builds (fix #207)
10.0.15031.0 x86/x64 10.0.15042.0 x86/x64
Diffstat (limited to 'res')
-rw-r--r--res/rdpwrap-ini-kb.txt100
-rw-r--r--res/rdpwrap.ini92
2 files changed, 190 insertions, 2 deletions
diff --git a/res/rdpwrap-ini-kb.txt b/res/rdpwrap-ini-kb.txt
index 0609bc7..ff13c77 100644
--- a/res/rdpwrap-ini-kb.txt
+++ b/res/rdpwrap-ini-kb.txt
@@ -1,6 +1,6 @@
[Main]
; Last updated date
-Updated=2017-02-03
+Updated=2017-03-01
; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0
@@ -2665,6 +2665,66 @@ SLInitHook.x64=1
SLInitOffset.x64=E5B8
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.15031.0]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A5BA8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E221
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=30A75
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=2A114
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2B1D9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1C7B5
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=4532D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=D80C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
+[10.0.15042.0]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A5BA8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E221
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=30A75
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=2A114
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2B1D9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1C7B5
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=4532D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=D80C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
; Is server
bServerSku=1
@@ -3649,3 +3709,41 @@ bRemoteConnAllowed.x64=EF48C
bMultimonAllowed.x64 =EF490
ulMaxDebugSessions.x64=EF494
bFUSEnabled.x64 =EF498
+
+[10.0.15031.0-SLInit]
+bInitialized.x86 =C2F6C
+bServerSku.x86 =C2F70
+lMaxUserSessions.x86 =C2F74
+bAppServerAllowed.x86 =C2F78
+bRemoteConnAllowed.x86=C2F7C
+bMultimonAllowed.x86 =C2F80
+ulMaxDebugSessions.x86=C2F84
+bFUSEnabled.x86 =C2F88
+
+bServerSku.x64 =E93E0
+lMaxUserSessions.x64 =E93E4
+bAppServerAllowed.x64 =E93E8
+bInitialized.x64 =EA488
+bRemoteConnAllowed.x64=EA48C
+bMultimonAllowed.x64 =EA490
+ulMaxDebugSessions.x64=EA494
+bFUSEnabled.x64 =EA498
+
+[10.0.15042.0-SLInit]
+bInitialized.x86 =C2F6C
+bServerSku.x86 =C2F70
+lMaxUserSessions.x86 =C2F74
+bAppServerAllowed.x86 =C2F78
+bRemoteConnAllowed.x86=C2F7C
+bMultimonAllowed.x86 =C2F80
+ulMaxDebugSessions.x86=C2F84
+bFUSEnabled.x86 =C2F88
+
+bServerSku.x64 =E93E0
+lMaxUserSessions.x64 =E93E4
+bAppServerAllowed.x64 =E93E8
+bInitialized.x64 =EA488
+bRemoteConnAllowed.x64=EA48C
+bMultimonAllowed.x64 =EA490
+ulMaxDebugSessions.x64=EA494
+bFUSEnabled.x64 =EA498
diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini
index 8c416c9..9392f60 100644
--- a/res/rdpwrap.ini
+++ b/res/rdpwrap.ini
@@ -2,7 +2,7 @@
; Do not modify without special knowledge
[Main]
-Updated=2017-02-03
+Updated=2017-03-01
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
@@ -1626,6 +1626,58 @@ SLInitHook.x64=1
SLInitOffset.x64=E5B8
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.15031.0]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A5BA8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E221
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=30A75
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=2A114
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2B1D9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1C7B5
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=4532D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=D80C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
+[10.0.15042.0]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=A5BA8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E221
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=30A75
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=2A114
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=2B1D9
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=1C7B5
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=4532D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=D80C
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
bServerSku=1
bRemoteConnAllowed=1
@@ -2586,3 +2638,41 @@ bRemoteConnAllowed.x64=EF48C
bMultimonAllowed.x64 =EF490
ulMaxDebugSessions.x64=EF494
bFUSEnabled.x64 =EF498
+
+[10.0.15031.0-SLInit]
+bInitialized.x86 =C2F6C
+bServerSku.x86 =C2F70
+lMaxUserSessions.x86 =C2F74
+bAppServerAllowed.x86 =C2F78
+bRemoteConnAllowed.x86=C2F7C
+bMultimonAllowed.x86 =C2F80
+ulMaxDebugSessions.x86=C2F84
+bFUSEnabled.x86 =C2F88
+
+bServerSku.x64 =E93E0
+lMaxUserSessions.x64 =E93E4
+bAppServerAllowed.x64 =E93E8
+bInitialized.x64 =EA488
+bRemoteConnAllowed.x64=EA48C
+bMultimonAllowed.x64 =EA490
+ulMaxDebugSessions.x64=EA494
+bFUSEnabled.x64 =EA498
+
+[10.0.15042.0-SLInit]
+bInitialized.x86 =C2F6C
+bServerSku.x86 =C2F70
+lMaxUserSessions.x86 =C2F74
+bAppServerAllowed.x86 =C2F78
+bRemoteConnAllowed.x86=C2F7C
+bMultimonAllowed.x86 =C2F80
+ulMaxDebugSessions.x86=C2F84
+bFUSEnabled.x86 =C2F88
+
+bServerSku.x64 =E93E0
+lMaxUserSessions.x64 =E93E4
+bAppServerAllowed.x64 =E93E8
+bInitialized.x64 =EA488
+bRemoteConnAllowed.x64=EA48C
+bMultimonAllowed.x64 =EA490
+ulMaxDebugSessions.x64=EA494
+bFUSEnabled.x64 =EA498