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
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2014-11-20 22:31:59 +0300
committerbinarymaster <x86corez@gmail.com>2014-11-20 22:31:59 +0300
commit1a9d9e7feaa01ef50adcf3e30ce428f31deabedf (patch)
tree5e813b8654f62c05cf157629e0614deb9c0c7322 /src-x86-x64-Fusix
parent136f4c7de8bcdb7e77ae5e39c35e3608582efd2a (diff)
Bug fix
Wrong offset was specified (typo) Not affected on release, because Delphi version is used for x86 platform
Diffstat (limited to 'src-x86-x64-Fusix')
-rw-r--r--src-x86-x64-Fusix/src/RDPWrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-x86-x64-Fusix/src/RDPWrap.cpp b/src-x86-x64-Fusix/src/RDPWrap.cpp
index 477257c..e424029 100644
--- a/src-x86-x64-Fusix/src/RDPWrap.cpp
+++ b/src-x86-x64-Fusix/src/RDPWrap.cpp
@@ -2315,7 +2315,7 @@ void Hook()
SignPtr = (PLATFORM_DWORD)(TermSrvBase + 0x1F6A1);
WriteProcessMemory(GetCurrentProcess(), (LPVOID)SignPtr, &CDefPolicy_Query_eax_rcx, sizeof(CDefPolicy_Query_eax_rcx), &bw);
#else
- SignPtr = (PLATFORM_DWORD)(TermSrvBase + 0x16115);
+ SignPtr = (PLATFORM_DWORD)(TermSrvBase + 0x37529);
WriteProcessMemory(GetCurrentProcess(), (LPVOID)SignPtr, &CDefPolicy_Query_eax_ecx, sizeof(CDefPolicy_Query_eax_ecx), &bw);
#endif