From c1e597a9b4debfa49e0d6809db729ee7e2e6dd62 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 27 Feb 2025 00:09:51 +0800 Subject: [PATCH] feat(message): update send emotion offsets --- WeChatFerry/spy/offsets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index d425a8a..6e31721 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -59,6 +59,8 @@ namespace Message constexpr uint64_t FILE = 0x20D30E0; constexpr uint64_t XML = 0x0; constexpr uint64_t XML_BUF_SIGN = 0x0; + constexpr uint64_t EMOTION_MGR = 0x1BD2310; + constexpr uint64_t EMOTION = 0x21B8100; } } }