From 62d2703f568e8228fd35a03ae5b404c4dd1b0d0f Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 21 Feb 2025 00:04:54 +0800 Subject: [PATCH] feat(message): update send text offset --- WeChatFerry/spy/offsets.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index db446de..63f4d33 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -47,6 +47,13 @@ namespace Message constexpr uint64_t PYQ_CONTENT = 0x48; // 文本内容 constexpr uint64_t PYQ_XML = 0x9B8; // 其他内容 } + + namespace Send + { + constexpr uint64_t MGR = 0x1B57350; + constexpr uint64_t FREE = 0x1B58BD0; + constexpr uint64_t TEXT = 0x22C9CA0; + } } }