Skip to content

Commit 24703cc

Browse files
committed
Fix #266
1 parent f4b7ec9 commit 24703cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeChatFerry/spy/receive_msg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern QWORD g_WeChatWinDllAddr;
3131
#define OS_RECV_MSG_THUMB 0x280
3232
#define OS_RECV_MSG_EXTRA 0x2A0
3333
#define OS_RECV_MSG_XML 0x308
34-
#define OS_RECV_MSG_CALL 0x2147680
34+
#define OS_RECV_MSG_CALL 0x213ED90
3535
#define OS_PYQ_MSG_START 0x30
3636
#define OS_PYQ_MSG_END 0x38
3737
#define OS_PYQ_MSG_TS 0x38

0 commit comments

Comments
 (0)