如何通过dll逆向开发改写企业微信hook接口,实现长尾词功能?
- 内容介绍
- 文章标签
- 相关推荐
本文共计228个文字,预计阅读时间需要1分钟。
PC企业微信Hook接口,支持通过程序调用接口。编辑Demo可测试接口,编辑/发送文本消息,请求参数type=int,类型sendId=string,发送人file=string,文件路径syncKey=string,同步key。
pc企业微信hook接口企业微信, dll文件 可以通过程序调用接口。
编辑
Demo 可测试接口
编辑
//发送文本消息 请求参数
type int 类型
sendId string 发送人
file string 文件路径
syncKey string 同步key
{
"type": 101007,
"data": {
"sendId": "7881313235513738",
"file": "C:\\file\\xxxx\\Desktop\\接收消息.txt",
"syncKey": "1634312335"
}
}
//返回数据
{
"data": {
"file_id": "30680201020461305f0201000204ea44290002030f55ca0204f15a44da02046171c297042463373866653830352d303263322d343765362d386130392d386430353538326366393738020100020221900410deafc04e03f2551f93071e1617e13aac0201050201000400",
"file_name": "接收消息.txt",
"file_size": 8581,
"is_pc_send": 1,
"is_room": 0,
"msg_id": 1037699,
"msgtype": 15,
"receiver": "7881313235513738", //接收人
"sender": "1688853790599424", //发送人
"sendtime": 1634312335,
"synckey": "1634312335"
},
"errcode": 0,
"errmsg": "ok",
"type": 101007
}
帮助&支持
HWND wxid[] = rxbz002
本文共计228个文字,预计阅读时间需要1分钟。
PC企业微信Hook接口,支持通过程序调用接口。编辑Demo可测试接口,编辑/发送文本消息,请求参数type=int,类型sendId=string,发送人file=string,文件路径syncKey=string,同步key。
pc企业微信hook接口企业微信, dll文件 可以通过程序调用接口。
编辑
Demo 可测试接口
编辑
//发送文本消息 请求参数
type int 类型
sendId string 发送人
file string 文件路径
syncKey string 同步key
{
"type": 101007,
"data": {
"sendId": "7881313235513738",
"file": "C:\\file\\xxxx\\Desktop\\接收消息.txt",
"syncKey": "1634312335"
}
}
//返回数据
{
"data": {
"file_id": "30680201020461305f0201000204ea44290002030f55ca0204f15a44da02046171c297042463373866653830352d303263322d343765362d386130392d386430353538326366393738020100020221900410deafc04e03f2551f93071e1617e13aac0201050201000400",
"file_name": "接收消息.txt",
"file_size": 8581,
"is_pc_send": 1,
"is_room": 0,
"msg_id": 1037699,
"msgtype": 15,
"receiver": "7881313235513738", //接收人
"sender": "1688853790599424", //发送人
"sendtime": 1634312335,
"synckey": "1634312335"
},
"errcode": 0,
"errmsg": "ok",
"type": 101007
}
帮助&支持
HWND wxid[] = rxbz002

