mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-14 10:37:18 -07:00
parent
2eef50f254
commit
326551985f
4 changed files with 19 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[Main]
|
||||
; Last updated date
|
||||
Updated=2018-10-04
|
||||
Updated=2018-10-10
|
||||
; Address to log file (RDP Wrapper will write it, if exists)
|
||||
LogFile=\rdpwrap.txt
|
||||
; Hook SLPolicy API on Windows NT 6.0
|
||||
|
@ -656,10 +656,16 @@ DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
|
|||
|
||||
[6.1.7601.24234]
|
||||
; Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=1A675
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=17F56
|
||||
SingleUserCode.x64=Zero
|
||||
; Patch CDefPolicy::Query
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=19E41
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_esi
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=17D2E
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; Do not modify without special knowledge
|
||||
|
||||
[Main]
|
||||
Updated=2018-10-04
|
||||
Updated=2018-10-10
|
||||
LogFile=\rdpwrap.txt
|
||||
SLPolicyHookNT60=1
|
||||
SLPolicyHookNT61=1
|
||||
|
@ -276,9 +276,15 @@ DefPolicyOffset.x64=17CE2
|
|||
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
|
||||
|
||||
[6.1.7601.24234]
|
||||
SingleUserPatch.x86=1
|
||||
SingleUserOffset.x86=1A675
|
||||
SingleUserCode.x86=nop
|
||||
SingleUserPatch.x64=1
|
||||
SingleUserOffset.x64=17F56
|
||||
SingleUserCode.x64=Zero
|
||||
DefPolicyPatch.x86=1
|
||||
DefPolicyOffset.x86=19E41
|
||||
DefPolicyCode.x86=CDefPolicy_Query_eax_esi
|
||||
DefPolicyPatch.x64=1
|
||||
DefPolicyOffset.x64=17D2E
|
||||
DefPolicyCode.x64=CDefPolicy_Query_eax_rdi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue