From b9345e69ee14500cdb7e5e8bcf2a2ed189db70bb Mon Sep 17 00:00:00 2001 From: Changhua Date: Tue, 25 Feb 2025 00:49:32 +0800 Subject: [PATCH] feat(message): update send image offsets --- WeChatFerry/spy/offsets.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 63f4d33..a65a341 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -50,9 +50,11 @@ namespace Message namespace Send { - constexpr uint64_t MGR = 0x1B57350; - constexpr uint64_t FREE = 0x1B58BD0; - constexpr uint64_t TEXT = 0x22C9CA0; + constexpr uint64_t MGR = 0x1B57350; + constexpr uint64_t INSTANCE = 0x1B614C0; + constexpr uint64_t FREE = 0x1B58BD0; + constexpr uint64_t TEXT = 0x22C9CA0; + constexpr uint64_t IMAGE = 0x22BF430; } } }