From 47cdc65acac3fb69c0281572df0a81def797cdf7 Mon Sep 17 00:00:00 2001 From: Changhua Date: Tue, 4 Mar 2025 00:01:29 +0800 Subject: [PATCH] feat(misc): update qr code offset --- WeChatFerry/spy/offsets.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeChatFerry/spy/offsets.h b/WeChatFerry/spy/offsets.h index 2c88610..26113fa 100644 --- a/WeChatFerry/spy/offsets.h +++ b/WeChatFerry/spy/offsets.h @@ -108,6 +108,8 @@ namespace Message namespace Misc { + constexpr uint64_t QR_CODE = 0x2025A80; + namespace Sns { constexpr uint64_t DATA_MGR = 0x21E52F0;