From 994d6b85547573765b1d6b97945270ca12246281 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 14 Mar 2025 00:19:53 +0800 Subject: [PATCH] feat(contact): update new friend verification offsets --- WeChatFerry/spy/offsets.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 15d3222..0df2cec 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -35,6 +35,13 @@ namespace Contact constexpr uint64_t NAME = 0xA0; constexpr uint64_t GENDER = 0x0E; constexpr uint64_t STEP = 0x6A8; + + constexpr uint64_t VERIFY_NEW = 0x2621B00; + constexpr uint64_t VERIFY_OK = 0x1F421E0; + constexpr uint64_t VERIFY_MGR = 0x4F022A8; + constexpr uint64_t VERIFY_A8 = 0x2621B91; + constexpr uint64_t ADD_FRIEND_HELPER = 0x4EE4A20; + constexpr uint64_t FVDF = 0x4F02768; // FriendVeriyDialogFragment } namespace Db