From 3e441faab82ac4766d264391ebf8f8dd84ffa7e7 Mon Sep 17 00:00:00 2001 From: Changhua Date: Mon, 24 Mar 2025 22:33:32 +0800 Subject: [PATCH] feat(message): update send xml offsets --- WeChatFerry/spy/offsets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 0df2cec..32ac72f 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -119,8 +119,8 @@ namespace Message constexpr uint64_t IMAGE = 0x22BF430; constexpr uint64_t APP_MGR = 0x1B5C2F0; constexpr uint64_t FILE = 0x20D30E0; - constexpr uint64_t XML = 0x0; - constexpr uint64_t XML_BUF_SIGN = 0x0; + constexpr uint64_t XML = 0x20D2210; + constexpr uint64_t XML_BUF_SIGN = 0x24F95C0; constexpr uint64_t EMOTION_MGR = 0x1BD2310; constexpr uint64_t EMOTION = 0x21B8100;