wechatPC端版本3.9.2.23
dll下载地址:https://github.com/ttttupup/wxhelper/releases/tag/3.9.2.23-V5
使用注入工具注入dll文件
注入方法:ConsoleApplication.exe -I 17484 -p C:\wxhelper.dll
注入后自动开启19088端口
直接使用http方式调用
1.获取登录用户信息**
接口功能
获取登录用户信息
接口地址
/api/?type=1
HTTP请求方式
POST JSON
请求参数
返回字段
返回字段 | 字段类型 | 说明 |
code | int | 返回状态,1 成功, 0失败 |
result | string | 成功提示 |
data | object | 响应内容 |
account | string | 账号 |
headImage | string | 头像 |
city | string | 城市 |
country | string | 国家 |
currentDataPath | string | 当前数据目录,登录的账号目录 |
dataSavePath | string | 微信保存目录 |
mobile | string | 手机 |
name | string | 昵称 |
province | string | 省 |
wxid | string | wxid |
signature | string | 个人签名 |
dbKey | string | 数据库的SQLCipher的加密key,可以使用该key配合decrypt.py解密数据库 |
接口示例
入参:
响应:
{"code":1,"data":{"account":"xx","headImage":"https://wx.qlogo.cn/mmhead/ver_1xx","city":"xx","country":"CN","cu