好友列表

This commit is contained in:
hugy 2023-03-23 14:03:42 +08:00
parent 8ea5cbec8a
commit 4b88354f46
2 changed files with 5 additions and 5 deletions

View File

@ -26,9 +26,9 @@
36.关闭hook日志 36.关闭hook日志
40.转发消息 40.转发消息
44.退出登录 44.退出登录
5.确认收款 5.确认收款 -->
46.联系人列表 46.联系人列表
47.获取群详情 <!-- 47.获取群详情
48.获取解密图片 48.获取解密图片
49.图片提取文字ocr 49.图片提取文字ocr
50.拍一拍 50.拍一拍
@ -37,7 +37,7 @@
53.朋友圈首页 53.朋友圈首页
54.朋友圈下一页 54.朋友圈下一页
55.获取联系人或者群名称 55.获取联系人或者群名称
56.获取消息附件(图片,视频,文件) --> 56.获取消息附件(图片,视频,文件) -->
### 接口文档: ### 接口文档:

View File

@ -4,8 +4,8 @@
#include "common.h" #include "common.h"
#include "wechat_data.h" #include "wechat_data.h"
using namespace std; using namespace std;
#define WX_CONTACT_MGR_INSTANCE_OFFSET 0x6f8990 #define WX_CONTACT_MGR_INSTANCE_OFFSET 0x75a4a0
#define WX_CONTACT_GET_LIST_OFFSET 0xb97550 #define WX_CONTACT_GET_LIST_OFFSET 0xc089f0
#define WX_CONTACT_DEL_OFFSET 0xb9b3b0 #define WX_CONTACT_DEL_OFFSET 0xb9b3b0
#define WX_INIT_CHAT_MSG_OFFSET 0xed3be0 #define WX_INIT_CHAT_MSG_OFFSET 0xed3be0
#define WX_SYNC_MGR_OFFSET 0xa87fd0 #define WX_SYNC_MGR_OFFSET 0xa87fd0