Impl Send Image

This commit is contained in:
Changhua 2022-08-06 21:44:59 +08:00
parent 0a789eaa3e
commit 1578720be4

View File

@ -53,7 +53,7 @@ void SendImageMessage(const wchar_t *wxid, const wchar_t *path)
if (g_WeChatWinDllAddr == 0) { if (g_WeChatWinDllAddr == 0) {
return; return;
} }
DWORD tmpEAX = 0; DWORD tmpEAX = 0;
char buf1[0x48] = { 0 }; char buf1[0x48] = { 0 };
char buf2[0x3B0] = { 0 }; char buf2[0x3B0] = { 0 };
TextStruct_t imgWxid = { 0 }; TextStruct_t imgWxid = { 0 };