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-05 00:39:53 +0300
committerbinarymaster <x86corez@gmail.com>2017-03-05 00:39:53 +0300
commitfe3a61fa245a793038a53aa547636ba017335972 (patch)
tree02aa5fc73312f04f33b39345b4c80ca949a3ffe6 /res
parentee1fa16bf5add4feb28e69b029640606cc3600cf (diff)
INI: Add support for new builds (fix #212)
10.0.15048.0 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 1450ff6..61d4782 100644
--- a/res/rdpwrap-ini-kb.txt
+++ b/res/rdpwrap-ini-kb.txt
@@ -1,6 +1,6 @@
[Main]
; Last updated date
-Updated=2017-03-02
+Updated=2017-03-05
; Address to log file (RDP Wrapper will write it, if exists)
LogFile=\rdpwrap.txt
; Hook SLPolicy API on Windows NT 6.0
@@ -2755,6 +2755,36 @@ SLInitHook.x64=1
SLInitOffset.x64=21FFC
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.15048.0]
+; Patch CEnforcementCore::GetInstanceOfTSLicense
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=80BB8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E361
+LocalOnlyCode.x64=jmpshort
+; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
+SingleUserPatch.x86=1
+SingleUserOffset.x86=31E95
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=15E14
+SingleUserCode.x64=Zero
+; Patch CDefPolicy::Query
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=38A19
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=E745
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+; Hook CSLQuery::Initialize
+SLInitHook.x86=1
+SLInitOffset.x86=9422D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=21FFC
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
; Is server
bServerSku=1
@@ -3796,3 +3826,22 @@ bFUSEnabled.x64 =EB478
bServerSku.x64 =EB484
lMaxUserSessions.x64 =EB488
bAppServerAllowed.x64 =EB48C
+
+[10.0.15048.0-SLInit]
+bInitialized.x86 =C4F18
+bServerSku.x86 =C4F1C
+lMaxUserSessions.x86 =C4F20
+bAppServerAllowed.x86 =C4F24
+bRemoteConnAllowed.x86=C4F28
+ulMaxDebugSessions.x86=C4F2C
+bMultimonAllowed.x86 =C5010
+bFUSEnabled.x86 =C5014
+
+bInitialized.x64 =EB468
+bRemoteConnAllowed.x64=EB46C
+bMultimonAllowed.x64 =EB470
+ulMaxDebugSessions.x64=EB474
+bFUSEnabled.x64 =EB478
+bServerSku.x64 =EB484
+lMaxUserSessions.x64 =EB488
+bAppServerAllowed.x64 =EB48C
diff --git a/res/rdpwrap.ini b/res/rdpwrap.ini
index d5baf63..5fdbdfc 100644
--- a/res/rdpwrap.ini
+++ b/res/rdpwrap.ini
@@ -2,7 +2,7 @@
; Do not modify without special knowledge
[Main]
-Updated=2017-03-02
+Updated=2017-03-05
LogFile=\rdpwrap.txt
SLPolicyHookNT60=1
SLPolicyHookNT61=1
@@ -1704,6 +1704,32 @@ SLInitHook.x64=1
SLInitOffset.x64=21FFC
SLInitFunc.x64=New_CSLQuery_Initialize
+[10.0.15048.0]
+LocalOnlyPatch.x86=1
+LocalOnlyOffset.x86=80BB8
+LocalOnlyCode.x86=jmpshort
+LocalOnlyPatch.x64=1
+LocalOnlyOffset.x64=8E361
+LocalOnlyCode.x64=jmpshort
+SingleUserPatch.x86=1
+SingleUserOffset.x86=31E95
+SingleUserCode.x86=nop
+SingleUserPatch.x64=1
+SingleUserOffset.x64=15E14
+SingleUserCode.x64=Zero
+DefPolicyPatch.x86=1
+DefPolicyOffset.x86=38A19
+DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
+DefPolicyPatch.x64=1
+DefPolicyOffset.x64=E745
+DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
+SLInitHook.x86=1
+SLInitOffset.x86=9422D
+SLInitFunc.x86=New_CSLQuery_Initialize
+SLInitHook.x64=1
+SLInitOffset.x64=21FFC
+SLInitFunc.x64=New_CSLQuery_Initialize
+
[SLInit]
bServerSku=1
bRemoteConnAllowed=1
@@ -2721,3 +2747,22 @@ bFUSEnabled.x64 =EB478
bServerSku.x64 =EB484
lMaxUserSessions.x64 =EB488
bAppServerAllowed.x64 =EB48C
+
+[10.0.15048.0-SLInit]
+bInitialized.x86 =C4F18
+bServerSku.x86 =C4F1C
+lMaxUserSessions.x86 =C4F20
+bAppServerAllowed.x86 =C4F24
+bRemoteConnAllowed.x86=C4F28
+ulMaxDebugSessions.x86=C4F2C
+bMultimonAllowed.x86 =C5010
+bFUSEnabled.x86 =C5014
+
+bInitialized.x64 =EB468
+bRemoteConnAllowed.x64=EB46C
+bMultimonAllowed.x64 =EB470
+ulMaxDebugSessions.x64=EB474
+bFUSEnabled.x64 =EB478
+bServerSku.x64 =EB484
+lMaxUserSessions.x64 =EB488
+bAppServerAllowed.x64 =EB48C