mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-21 13:53:50 -07:00
parent
8b2e24cecf
commit
890006de99
4 changed files with 59 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Main]
|
||||
; Last updated date
|
||||
Updated=2017-05-03
|
||||
Updated=2017-05-12
|
||||
; Address to log file (RDP Wrapper will write it, if exists)
|
||||
LogFile=\rdpwrap.txt
|
||||
; Hook SLPolicy API on Windows NT 6.0
|
||||
|
@ -2107,6 +2107,24 @@ SLInitHook.x64=1
|
|||
SLInitOffset.x64=C930
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14393.1198]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A6088
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=359C5
|
||||
SingleUserCode.x86=nop
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=2FF29
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
; Hook CSLQuery::Initialize
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=45636
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14901.1000]
|
||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||
LocalOnlyPatch.x86=1
|
||||
|
@ -3598,6 +3616,16 @@ bMultimonAllowed.x64 =E8478
|
|||
ulMaxDebugSessions.x64=E847C
|
||||
bFUSEnabled.x64 =E8480
|
||||
|
||||
[10.0.14393.1198-SLInit]
|
||||
bInitialized.x86 =C1F6C
|
||||
bServerSku.x86 =C1F70
|
||||
lMaxUserSessions.x86 =C1F74
|
||||
bAppServerAllowed.x86 =C1F78
|
||||
bRemoteConnAllowed.x86=C1F7C
|
||||
bMultimonAllowed.x86 =C1F80
|
||||
ulMaxDebugSessions.x86=C1F84
|
||||
bFUSEnabled.x86 =C1F88
|
||||
|
||||
[10.0.14901.1000-SLInit]
|
||||
bInitialized.x86 =C1F6C
|
||||
bServerSku.x86 =C1F70
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; Do not modify without special knowledge
|
||||
|
||||
[Main]
|
||||
Updated=2017-05-03
|
||||
Updated=2017-05-12
|
||||
LogFile=\rdpwrap.txt
|
||||
SLPolicyHookNT60=1
|
||||
SLPolicyHookNT61=1
|
||||
|
@ -1144,6 +1144,20 @@ SLInitHook.x64=1
|
|||
SLInitOffset.x64=C930
|
||||
SLInitFunc.x64=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14393.1198]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A6088
|
||||
LocalOnlyCode.x86=jmpshort
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=359C5
|
||||
SingleUserCode.x86=nop
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=2FF29
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_ecx
|
||||
SLInitHook.x86=1
|
||||
SLInitOffset.x86=45636
|
||||
SLInitFunc.x86=New_CSLQuery_Initialize
|
||||
|
||||
[10.0.14901.1000]
|
||||
LocalOnlyPatch.x86=1
|
||||
LocalOnlyOffset.x86=A6038
|
||||
|
@ -2495,6 +2509,16 @@ bMultimonAllowed.x64 =E8478
|
|||
ulMaxDebugSessions.x64=E847C
|
||||
bFUSEnabled.x64 =E8480
|
||||
|
||||
[10.0.14393.1198-SLInit]
|
||||
bInitialized.x86 =C1F6C
|
||||
bServerSku.x86 =C1F70
|
||||
lMaxUserSessions.x86 =C1F74
|
||||
bAppServerAllowed.x86 =C1F78
|
||||
bRemoteConnAllowed.x86=C1F7C
|
||||
bMultimonAllowed.x86 =C1F80
|
||||
ulMaxDebugSessions.x86=C1F84
|
||||
bFUSEnabled.x86 =C1F88
|
||||
|
||||
[10.0.14901.1000-SLInit]
|
||||
bInitialized.x86 =C1F6C
|
||||
bServerSku.x86 =C1F70
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue