From da3357cb3b9db69bb5c8a0f864e1d9ea1608f556 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 5 Mar 2025 21:59:36 +0800 Subject: [PATCH] feat(chatroom): update delete chatroom member offsets --- WeChatFerry/spy/offsets.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 1e483c0..a9a4274 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -15,6 +15,12 @@ namespace Account constexpr uint64_t LOGIN = 0x7F8; // 登录状态 } +namespace Chatroom +{ + constexpr uint64_t MGR = 0x1B86F60; + constexpr uint64_t DEL = 0x2158830; +} + namespace Contact { constexpr uint64_t MGR = 0x1B44B20;