From 0281b2cb66e958b06d8255c76629adcd638b7f3a Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 28 Feb 2025 22:55:47 +0800 Subject: [PATCH] feat(db): update db offsets --- WeChatFerry/spy/offsets.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 6219910..c484731 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -16,6 +16,20 @@ namespace Account constexpr uint64_t LOGIN = 0x7F8; // 登录状态 } +namespace Db +{ + constexpr uint64_t INSTANCE = 0x59226C8; // 数据库实例地址 + constexpr uint64_t MSG_I = 0x5980420; // MSGi.db & MediaMsgi.db + constexpr uint64_t MICROMSG = 0xB8; + constexpr uint64_t CHAT_MSG = 0x2C8; + constexpr uint64_t MISC = 0x5F0; + constexpr uint64_t EMOTION = 0x15F0; + constexpr uint64_t MEDIA = 0xF48; + constexpr uint64_t BIZCHAT_MSG = 0x1AC0; + constexpr uint64_t FUNCTION_MSG = 0x1B98; + constexpr uint64_t NAME = 0x28; +} + namespace Message { namespace Log