mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-22 10:19:23 +08:00
转发消息
This commit is contained in:
parent
df57bb3317
commit
93798ddeca
@ -23,8 +23,8 @@
|
||||
32.获取数据库句柄
|
||||
34.查询数据库
|
||||
<!-- 35.hook日志
|
||||
36.关闭hook日志
|
||||
40.转发消息 -->
|
||||
36.关闭hook日志 -->
|
||||
40.转发消息
|
||||
44.退出登录
|
||||
<!-- 45.确认收款 -->
|
||||
46.联系人列表
|
||||
|
@ -4,8 +4,8 @@
|
||||
#include "common.h"
|
||||
#include "get_db_handle.h"
|
||||
#include "wechat_data.h"
|
||||
#define WX_FORWARD_MSG_OFFSET 0xc715f0
|
||||
#define WX_INIT_CHAT_MSG_OFFSET 0xed3be0
|
||||
#define WX_FORWARD_MSG_OFFSET 0xce6730
|
||||
#define WX_INIT_CHAT_MSG_OFFSET 0xf59e40
|
||||
|
||||
int ForwardMsg(wchar_t *wxid, unsigned long long msgid) {
|
||||
int success = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user