Impl login
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "load_calls.h"
|
||||
|
||||
#define SUPPORT_VERSION L"3.3.0.115"
|
||||
#define SUPPORT_VERSION L"3.7.0.29"
|
||||
WxCalls_t wxCalls = {
|
||||
0x1DDF60C, // Login Status
|
||||
0x23631D0, // Login Status
|
||||
{ 0x1DDF4BC, 0x1DDF534, 0x1DDF568 }, // User Info: wxid, nickname, mobile
|
||||
0x3E3B80, // Send Message
|
||||
/* Receive Message:
|
||||
|
||||
+2
-2
@@ -17,7 +17,7 @@ int InitDLL(void)
|
||||
|
||||
g_WeChatWinDllAddr = (DWORD)LoadLibrary(L"WeChatWin.dll"); //获取wechatWin模块地址
|
||||
if (g_WeChatWinDllAddr == 0) {
|
||||
MessageBox(NULL, L"获取wechatWin.dll模块地址", L"错误", 0);
|
||||
MessageBox(NULL, L"获取wechatWin.dll模块地址失败", L"错误", 0);
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ int InitDLL(void)
|
||||
|
||||
DWORD WINAPI Monitor(HMODULE hModule)
|
||||
{
|
||||
ListenMessage();
|
||||
//ListenMessage();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user