From 686673add2404339b0e83b64dd4e5cd9d81aff68 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 27 Feb 2025 00:21:51 +0800 Subject: [PATCH] feat(message): update send rich text offsets --- WeChatFerry/spy/offsets.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 6e31721..940d26e 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -61,6 +61,10 @@ namespace Message constexpr uint64_t XML_BUF_SIGN = 0x0; constexpr uint64_t EMOTION_MGR = 0x1BD2310; constexpr uint64_t EMOTION = 0x21B8100; + + constexpr uint64_t NEW_MM_READER = 0x1B60A10; + constexpr uint64_t FREE_MM_READER = 0x1B5FDE0; + constexpr uint64_t RICH_TEXT = 0x20DD0C0; } } }