Update partial offset for 3.9.11.25

This commit is contained in:
yuzifu 2024-09-23 15:16:52 +08:00
parent 8f9d10bf3b
commit 3d95fc34b7
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 };