Fix wrong LocalOnly x86 offset
This commit is contained in:
parent
80387dcc31
commit
b9149eef02
|
@ -1,6 +1,6 @@
|
||||||
[Main]
|
[Main]
|
||||||
; Last updated date
|
; Last updated date
|
||||||
Updated=2015-07-17
|
Updated=2015-07-30
|
||||||
; Address to log file (RDP Wrapper will write it, if exists)
|
; Address to log file (RDP Wrapper will write it, if exists)
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
; Hook SLPolicy API on Windows NT 6.0
|
; Hook SLPolicy API on Windows NT 6.0
|
||||||
|
@ -1409,7 +1409,7 @@ SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
[10.0.10240.16384]
|
[10.0.10240.16384]
|
||||||
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
; Patch CEnforcementCore::GetInstanceOfTSLicense
|
||||||
LocalOnlyPatch.x86=1
|
LocalOnlyPatch.x86=1
|
||||||
LocalOnlyOffset.x86=A7D96
|
LocalOnlyOffset.x86=A7D38
|
||||||
LocalOnlyCode.x86=jmpshort
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=96901
|
LocalOnlyOffset.x64=96901
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
; Do not modify without special knowledge
|
; Do not modify without special knowledge
|
||||||
|
|
||||||
[Main]
|
[Main]
|
||||||
Updated=2015-07-17
|
Updated=2015-07-30
|
||||||
LogFile=\rdpwrap.txt
|
LogFile=\rdpwrap.txt
|
||||||
SLPolicyHookNT60=1
|
SLPolicyHookNT60=1
|
||||||
SLPolicyHookNT61=1
|
SLPolicyHookNT61=1
|
||||||
|
@ -545,7 +545,7 @@ SLInitFunc.x64=New_CSLQuery_Initialize
|
||||||
|
|
||||||
[10.0.10240.16384]
|
[10.0.10240.16384]
|
||||||
LocalOnlyPatch.x86=1
|
LocalOnlyPatch.x86=1
|
||||||
LocalOnlyOffset.x86=A7D96
|
LocalOnlyOffset.x86=A7D38
|
||||||
LocalOnlyCode.x86=jmpshort
|
LocalOnlyCode.x86=jmpshort
|
||||||
LocalOnlyPatch.x64=1
|
LocalOnlyPatch.x64=1
|
||||||
LocalOnlyOffset.x64=96901
|
LocalOnlyOffset.x64=96901
|
||||||
|
|
Loading…
Reference in New Issue