From f2c8a22fff65d1e245f4c0d62c407193d501b213 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 12 Jun 2024 01:05:51 +0800 Subject: [PATCH] Update send pat message offset --- WeChatFerry/spy/load_calls.cpp | 5 ++--- WeChatFerry/spy/spy_types.h | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/WeChatFerry/spy/load_calls.cpp b/WeChatFerry/spy/load_calls.cpp index b1e14fa..1617ed1 100644 --- a/WeChatFerry/spy/load_calls.cpp +++ b/WeChatFerry/spy/load_calls.cpp @@ -33,9 +33,8 @@ WxCalls_t wxCalls = { { 0x76F010, 0x792700, 0xBC0370, 0x80F110, 0x82BB40, 0x756E30}, /* call1, call2, call3, call4, call5*/ {0x76F010, 0x792700, 0xBC0370, 0xBB5F70, 0x756E30}, - {0x1C27D50, 0x1C27120, 0x1C23630, 0x21A09C0}, // Send Rich Text Message - /* call1, call2, call3 */ - {0x931730, 0x1D58751, 0x1421940}, + {0x1C27D50, 0x1C27120, 0x1C23630, 0x21A09C0}, // Send Rich Text Message + {0x2D669B0}, // Send Pat Message /* call1, call2, call3, call4, call5, call6, call7, call8*/ {0x78CB40, 0x7F99D0, 0x78CF20, 0x78CEF0, 0xF59E40, 0xBD1A00, 0x7FA980, 0x755060}, /* call1, call2, call3 */ diff --git a/WeChatFerry/spy/spy_types.h b/WeChatFerry/spy/spy_types.h index 746b704..f25dd1d 100644 --- a/WeChatFerry/spy/spy_types.h +++ b/WeChatFerry/spy/spy_types.h @@ -130,8 +130,6 @@ typedef struct CallRichText { typedef struct CallPatMsg { DWORD call1; - DWORD call2; - DWORD call3; } CallPatMsg_t; typedef struct CallInviteCM {