From 1578720be445e2c1dbdb08f5b6e998942cd0bc3f Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 6 Aug 2022 21:44:59 +0800 Subject: [PATCH] Impl Send Image --- Spy/send_msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };