From 8f9d10bf3b362c76a3fc0830de1c85cd8c868124 Mon Sep 17 00:00:00 2001 From: yuzifu Date: Fri, 20 Sep 2024 16:27:15 +0800 Subject: [PATCH] Update partial offset for 3.9.11.25 --- WeChatFerry/spy/send_msg.cpp | 2 +- WeChatFerry/spy/spy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WeChatFerry/spy/send_msg.cpp b/WeChatFerry/spy/send_msg.cpp index a6df0a7..4946108 100644 --- a/WeChatFerry/spy/send_msg.cpp +++ b/WeChatFerry/spy/send_msg.cpp @@ -23,7 +23,7 @@ extern string GetSelfWxid(); // Defined in spy.cpp #define OS_SEND_FILE 0x20d0230 #define OS_RTM_NEW 0x1b5d690 #define OS_RTM_FREE 0x1b5ca60 -#define OS_SEND_RICH_TEXT 0x21A09C0 +#define OS_SEND_RICH_TEXT 0x20da210 #define OS_SEND_PAT_MSG 0x2caec00 #define OS_FORWARD_MSG 0x22C60E0 #define OS_GET_EMOTION_MGR 0x1bcef10 diff --git a/WeChatFerry/spy/spy.h b/WeChatFerry/spy/spy.h index f985134..525109a 100644 --- a/WeChatFerry/spy/spy.h +++ b/WeChatFerry/spy/spy.h @@ -2,7 +2,7 @@ #include "framework.h" -#define SUPPORT_VERSION L"3.9.10.27" +#define SUPPORT_VERSION L"3.9.11.25" void InitSpy(int port); void CleanupSpy();