Update partial offset for 3.9.11.25

This commit is contained in:
yuzifu 2024-09-20 16:27:15 +08:00
parent 8098a8e9d8
commit 8f9d10bf3b
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_SEND_FILE 0x20d0230
#define OS_RTM_NEW 0x1b5d690 #define OS_RTM_NEW 0x1b5d690
#define OS_RTM_FREE 0x1b5ca60 #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_SEND_PAT_MSG 0x2caec00
#define OS_FORWARD_MSG 0x22C60E0 #define OS_FORWARD_MSG 0x22C60E0
#define OS_GET_EMOTION_MGR 0x1bcef10 #define OS_GET_EMOTION_MGR 0x1bcef10

View File

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