INI: Add support for new builds
10.0.14300.1000 x64 10.0.14328.1000 x86/x64
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[Main]
|
||||
; Last updated date
|
||||
Updated=2016-04-14
|
||||
Updated=2016-05-08
|
||||
; Address to log file (RDP Wrapper will write it, if exists)
|
||||
LogFile=\rdpwrap.txt
|
||||
; Hook SLPolicy API on Windows NT 6.0
|
||||
@ -1650,6 +1650,24 @@ SLInitHook.x64=1
|
||||
SLInitOffset.x64=C860
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14300.1000]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=8F5F1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=26B04
|
||||
SingleUserCode.x64=Zero
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=1D125
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
; Hook CSLQuery::Initialize
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14316.1000]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
@ -1680,25 +1698,60 @@ SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14328.1000]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A8E88
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=8F5F1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=32B55
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=26B04
|
||||
SingleUserCode.x64=Zero
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=3C1C9
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=1D365
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
; Hook CSLQuery::Initialize
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=46ABD
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14332.1001]
|
||||
; contributed by maxpiva
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A8E98
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=8F601
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=357E5
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=2AE44
|
||||
SingleUserCode.x64=Zero
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=316A9
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=1C025
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
; Hook CSLQuery::Initialize
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=4755F
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
@ -2054,6 +2107,16 @@ bMultimonAllowed.x64 =E8468
|
||||
ulMaxDebugSessions.x64=E846C
|
||||
bFUSEnabled.x64 =E8470
|
||||
|
||||
[10.0.14300.1000-SLInit]
|
||||
bServerSku.x64 =E93C0
|
||||
lMaxUserSessions.x64 =E93C4
|
||||
bAppServerAllowed.x64 =E93C8
|
||||
bInitialized.x64 =EA460
|
||||
bRemoteConnAllowed.x64=EA464
|
||||
bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14316.1000-SLInit]
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
@ -2073,7 +2136,7 @@ bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14332.1001-SLInit]
|
||||
[10.0.14328.1000-SLInit]
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
lMaxUserSessions.x86 =C4F60
|
||||
@ -2090,4 +2153,24 @@ bInitialized.x64 =EA460
|
||||
bRemoteConnAllowed.x64=EA464
|
||||
bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14332.1001-SLInit]
|
||||
; contributed by maxpiva
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
lMaxUserSessions.x86 =C4F60
|
||||
bAppServerAllowed.x86 =C4F64
|
||||
bRemoteConnAllowed.x86=C4F68
|
||||
bMultimonAllowed.x86 =C4F6C
|
||||
ulMaxDebugSessions.x86=C4F70
|
||||
bFUSEnabled.x86 =C4F74
|
||||
|
||||
bServerSku.x64 =E93C0
|
||||
lMaxUserSessions.x64 =E93C4
|
||||
bAppServerAllowed.x64 =E93C8
|
||||
bInitialized.x64 =EA460
|
||||
bRemoteConnAllowed.x64=EA464
|
||||
bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
@ -2,7 +2,7 @@
|
||||
; Do not modify without special knowledge
|
||||
|
||||
[Main]
|
||||
Updated=2016-04-29
|
||||
Updated=2016-05-08
|
||||
LogFile=\rdpwrap.txt
|
||||
SLPolicyHookNT60=1
|
||||
SLPolicyHookNT61=1
|
||||
@ -751,6 +751,20 @@ SLInitHook.x64=1
|
||||
SLInitOffset.x64=C860
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14300.1000]
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=8F5F1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=26B04
|
||||
SingleUserCode.x64=Zero
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=1D125
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14316.1000]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A8E88
|
||||
@ -777,6 +791,32 @@ SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14328.1000]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A8E88
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
LocalOnlyPatch.x64=1
|
||||
LocalOnlyOffset.x64=8F5F1
|
||||
LocalOnlyCode.x64=jmpshort
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=32B55
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=26B04
|
||||
SingleUserCode.x64=Zero
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=3C1C9
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=1D365
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rcx
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=46ABD
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
SLInitHook.x64=1
|
||||
SLInitOffset.x64=CC60
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14332.1001]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A8E98
|
||||
@ -1136,6 +1176,16 @@ bMultimonAllowed.x64 =E8468
|
||||
ulMaxDebugSessions.x64=E846C
|
||||
bFUSEnabled.x64 =E8470
|
||||
|
||||
[10.0.14300.1000-SLInit]
|
||||
bServerSku.x64 =E93C0
|
||||
lMaxUserSessions.x64 =E93C4
|
||||
bAppServerAllowed.x64 =E93C8
|
||||
bInitialized.x64 =EA460
|
||||
bRemoteConnAllowed.x64=EA464
|
||||
bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14316.1000-SLInit]
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
@ -1155,6 +1205,25 @@ bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14328.1000-SLInit]
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
lMaxUserSessions.x86 =C4F60
|
||||
bAppServerAllowed.x86 =C4F64
|
||||
bRemoteConnAllowed.x86=C4F68
|
||||
bMultimonAllowed.x86 =C4F6C
|
||||
ulMaxDebugSessions.x86=C4F70
|
||||
bFUSEnabled.x86 =C4F74
|
||||
|
||||
bServerSku.x64 =E93C0
|
||||
lMaxUserSessions.x64 =E93C4
|
||||
bAppServerAllowed.x64 =E93C8
|
||||
bInitialized.x64 =EA460
|
||||
bRemoteConnAllowed.x64=EA464
|
||||
bMultimonAllowed.x64 =EA468
|
||||
ulMaxDebugSessions.x64=EA46C
|
||||
bFUSEnabled.x64 =EA470
|
||||
|
||||
[10.0.14332.1001-SLInit]
|
||||
bInitialized.x86 =C4F58
|
||||
bServerSku.x86 =C4F5C
|
||||
|
Reference in New Issue
Block a user