From a53bdeedb131834aa0c197a828873cbe41942eb1 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 27 Feb 2025 01:35:49 +0800 Subject: [PATCH] feat(message): update forward message offset --- WeChatFerry/spy/offsets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 98ec109..6219910 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -67,6 +67,8 @@ namespace Message constexpr uint64_t RICH_TEXT = 0x20DD0C0; constexpr uint64_t PAT = 0x2CC1E90; + + constexpr uint64_t FORWARD = 0x22C9220; } } }