From c58293edc5ef4c68fd1bee1a59cfe7bbd19201b5 Mon Sep 17 00:00:00 2001 From: ttttupup Date: Wed, 22 May 2024 18:36:38 +0800 Subject: [PATCH] 'feat:syncmsg' --- app/wxhelper/src/offset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wxhelper/src/offset.h b/app/wxhelper/src/offset.h index 4dbc3c2..841b5b0 100644 --- a/app/wxhelper/src/offset.h +++ b/app/wxhelper/src/offset.h @@ -252,7 +252,7 @@ const uint64_t kGetSendMessageMgr = 0x1c1e670; const uint64_t kSendTextMsg = 0x238ec70; const uint64_t kFreeChatMsg = 0x1c1fef0; -const uint64_t kDoAddMsg = 0x1225a60; +const uint64_t kDoAddMsg = 0x23d6f50; const uint64_t kSendImageMsg = 0x2384400; const uint64_t kChatMsgInstanceCounter = 0x1c287e0; const uint64_t kSendFileMsg = 0x2197a40;