From 8286f9ab5890eb153534bcdedae12f2408b825b2 Mon Sep 17 00:00:00 2001 From: Changhua Date: Tue, 11 Jun 2024 23:29:30 +0800 Subject: [PATCH] Update send richtext offset --- WeChatFerry/spy/load_calls.cpp | 3 +-- WeChatFerry/spy/spy_types.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/WeChatFerry/spy/load_calls.cpp b/WeChatFerry/spy/load_calls.cpp index db4a5ba..b1e14fa 100644 --- a/WeChatFerry/spy/load_calls.cpp +++ b/WeChatFerry/spy/load_calls.cpp @@ -33,8 +33,7 @@ WxCalls_t wxCalls = { { 0x76F010, 0x792700, 0xBC0370, 0x80F110, 0x82BB40, 0x756E30}, /* call1, call2, call3, call4, call5*/ {0x76F010, 0x792700, 0xBC0370, 0xBB5F70, 0x756E30}, - /* call1, call2, call3, call4, call5*/ - {0x76E630, 0x76AE20, 0xF59E40, 0xB73000, 0x76E350}, + {0x1C27D50, 0x1C27120, 0x1C23630, 0x21A09C0}, // Send Rich Text Message /* call1, call2, call3 */ {0x931730, 0x1D58751, 0x1421940}, /* call1, call2, call3, call4, call5, call6, call7, call8*/ diff --git a/WeChatFerry/spy/spy_types.h b/WeChatFerry/spy/spy_types.h index 22cde4d..746b704 100644 --- a/WeChatFerry/spy/spy_types.h +++ b/WeChatFerry/spy/spy_types.h @@ -126,7 +126,6 @@ typedef struct CallRichText { DWORD call2; DWORD call3; DWORD call4; - DWORD call5; } CallRichText_t; typedef struct CallPatMsg {