Merge pull request #233 from yuzifu/3.9.11.25

Update partial offset for 3.9.11.25
This commit is contained in:
Changhua 2024-09-24 10:39:33 +08:00 committed by GitHub
commit 76f2eba5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ extern QWORD g_WeChatWinDllAddr;
#define OS_RECV_MSG_THUMB 0x280
#define OS_RECV_MSG_EXTRA 0x2A0
#define OS_RECV_MSG_XML 0x308
#define OS_RECV_MSG_CALL 0x2205510
#define OS_RECV_MSG_CALL 0x2147680
#define OS_PYQ_MSG_START 0x30
#define OS_PYQ_MSG_END 0x38
#define OS_PYQ_MSG_TS 0x38

View File

@ -4,10 +4,10 @@
extern UINT64 g_WeChatWinDllAddr;
#define OS_USER_HOME 0x5A7E190
#define OS_USER_WXID 0x5AB7F30
#define OS_USER_NAME 0x5AB8098
#define OS_USER_MOBILE 0x5AB7FD8
#define OS_USER_HOME 0x5932770
#define OS_USER_WXID 0x595c270
#define OS_USER_NAME 0x595c3d8
#define OS_USER_MOBILE 0x595c318
static char home[MAX_PATH] = { 0 };