From 3f07afee9aa7ed66d0a97254ba080d9ccc0b483c Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 26 Feb 2025 21:48:22 +0800 Subject: [PATCH] feat(message): update send file offsets --- WeChatFerry/spy/offsets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index a65a341..655cdf4 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -55,6 +55,8 @@ namespace Message constexpr uint64_t FREE = 0x1B58BD0; constexpr uint64_t TEXT = 0x22C9CA0; constexpr uint64_t IMAGE = 0x22BF430; + constexpr uint64_t APP_MGR = 0x1B5C2F0; + constexpr uint64_t FILE = 0x20D30E0; } } }