Merge pull request #226 from yuzifu/3.9.11.25

Update partial offset for 3.9.11.25
This commit is contained in:
Changhua 2024-09-20 18:26:26 +08:00 committed by GitHub
commit 109d652a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ extern string GetSelfWxid(); // Defined in spy.cpp
#define OS_SEND_FILE 0x20d0230
#define OS_RTM_NEW 0x1b5d690
#define OS_RTM_FREE 0x1b5ca60
#define OS_SEND_RICH_TEXT 0x21A09C0
#define OS_SEND_RICH_TEXT 0x20da210
#define OS_SEND_PAT_MSG 0x2caec00
#define OS_FORWARD_MSG 0x22C60E0
#define OS_GET_EMOTION_MGR 0x1bcef10

View File

@ -2,7 +2,7 @@
#include "framework.h"
#define SUPPORT_VERSION L"3.9.10.27"
#define SUPPORT_VERSION L"3.9.11.25"
void InitSpy(int port);
void CleanupSpy();