From b9d2c6bb3b32c8dffa80a535eba55e670494764a Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 5 Mar 2025 00:36:03 +0800 Subject: [PATCH] feat(misc): update download attachment offsets --- WeChatFerry/spy/offsets.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 26113fa..aa3a77d 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -110,6 +110,13 @@ namespace Misc { constexpr uint64_t QR_CODE = 0x2025A80; + constexpr uint64_t INSATNCE = Message::Send::INSTANCE; + constexpr uint64_t FREE = Message::Send::FREE; + constexpr uint64_t CHAT_MGR = 0x1B8AA50; + constexpr uint64_t PRE_LOCAL_ID_MGR = 0x2142BF0; + constexpr uint64_t PRE_DOWNLOAD_MGR = 0x1C12260; + constexpr uint64_t PUSH_ATTACH_TASK = 0x1CE3050; + namespace Sns { constexpr uint64_t DATA_MGR = 0x21E52F0;