Merge pull request #270 from yuzifu/master

Fix GetAppMsgMgr offset
This commit is contained in:
Changhua 2024-11-13 20:43:27 +08:00 committed by GitHub
commit 6142a6141a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ extern string GetSelfWxid(); // Defined in spy.cpp
#define OS_SEND_MSG_MGR 0x1B53FD0
#define OS_SEND_TEXT 0x22C6B60
#define OS_SEND_IMAGE 0x22BC2F0
#define OS_GET_APP_MSG_MGR 0x1B557D0
#define OS_GET_APP_MSG_MGR 0x1B58F70
#define OS_SEND_FILE 0x20D0230
#define OS_RTM_NEW 0x1B5D690
#define OS_RTM_FREE 0x1B5CA60