From 132cd08f082ee97c854e1277d1b0c27b66fde380 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 5 Mar 2025 22:37:29 +0800 Subject: [PATCH] feat(chatroom): update add 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 a9a4274..c94780a 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -19,6 +19,7 @@ namespace Chatroom { constexpr uint64_t MGR = 0x1B86F60; constexpr uint64_t DEL = 0x2158830; + constexpr uint64_t ADD = 0x21581F0; } namespace Contact