From 49000bf65e62518189e04e6fc714278472af569d Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 27 Feb 2025 01:11:32 +0800 Subject: [PATCH] feat(message): update send pat offset --- WeChatFerry/spy/offsets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 940d26e..98ec109 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -65,6 +65,8 @@ namespace Message constexpr uint64_t NEW_MM_READER = 0x1B60A10; constexpr uint64_t FREE_MM_READER = 0x1B5FDE0; constexpr uint64_t RICH_TEXT = 0x20DD0C0; + + constexpr uint64_t PAT = 0x2CC1E90; } } }