diff --git a/Spy/send_msg.cpp b/Spy/send_msg.cpp index d205b31..df05c4a 100644 --- a/Spy/send_msg.cpp +++ b/Spy/send_msg.cpp @@ -53,7 +53,7 @@ void SendImageMessage(const wchar_t *wxid, const wchar_t *path) if (g_WeChatWinDllAddr == 0) { return; } - DWORD tmpEAX = 0; + DWORD tmpEAX = 0; char buf1[0x48] = { 0 }; char buf2[0x3B0] = { 0 }; TextStruct_t imgWxid = { 0 };