Impl RPC with namomsg and namopb (IsLogin and GetSelfWxid)

This commit is contained in:
Changhua
2023-02-16 06:09:37 +08:00
parent e775475962
commit 0a5f6cc8ec
24 changed files with 4836 additions and 374 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ int WxInitSDK()
LOG_ERROR("Failed to InitSpy.");
return -1;
}
#if 0
do {
if (!CallDllFunc(wcProcess, spyDllPath, spyBase, "IsLogin", (DWORD *)&status)) {
LOG_ERROR("Failed to check login status.");
@@ -52,7 +52,7 @@ int WxInitSDK()
}
Sleep(1000);
} while (status == 0);
#endif
return 0;
}