From 84338c85d1f20df97cb7d33d899edf870a8e0775 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 5 Mar 2025 22:40:22 +0800 Subject: [PATCH] feat(chatroom): update invite chatroom members offset --- WeChatFerry/spy/offsets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index c94780a..15d3222 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -20,6 +20,7 @@ namespace Chatroom constexpr uint64_t MGR = 0x1B86F60; constexpr uint64_t DEL = 0x2158830; constexpr uint64_t ADD = 0x21581F0; + constexpr uint64_t INV = 0x2157BD0; } namespace Contact