mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 09:59:23 +08:00
文档更新
This commit is contained in:
parent
5dd3584122
commit
437f657faf
17
README.md
17
README.md
@ -1,5 +1,5 @@
|
||||
# wxhelper
|
||||
wechat hook 。PC端微信逆向学习。支持3.8.0.41,3.8.1.26,3.9.0.28版本。
|
||||
wechat hook 。PC端微信逆向学习。支持3.8.0.41,3.8.1.26, 3.9.0.28版本。
|
||||
#### 免责声明:
|
||||
本仓库发布的内容,仅用于学习研究,请勿用于非法用途和商业用途!如因此产生任何法律纠纷,均与作者无关!
|
||||
|
||||
@ -8,8 +8,16 @@ wechat hook 。PC端微信逆向学习。支持3.8.0.41,3.8.1.26,3.9.0.28版
|
||||
|
||||
#### 实现原理:
|
||||
逆向分析PC端微信客户端,定位相关功能关键Call,编写dll调用关键Call。然后将该dll文件注入到微信进程。
|
||||
dll在注入成功时,创建了一个默认端口为19088的http服务端,然后所有的功能直接可以通过http协议调用。
|
||||
dll在注入成功时,创建了一个默认端口为19088的http服务端,然后所有的功能直接可以通过http协议调用。
|
||||
```
|
||||
|
||||
|----------------
|
||||
-------------------------- 注入 | WeChat.exe |
|
||||
| ConsoleApplication.exe |————————> |---------------- -------------- 访问 ---------
|
||||
| | | wxhelper.dll |————————>| 启动http服务 | <----------| clent |
|
||||
|-------------------------- |----------------- -------------- --------
|
||||
|
||||
```
|
||||
#### 使用说明:
|
||||
支持的版本3.8.0.41,3.8.1.26,3.9.0.28。
|
||||
源码和主要实现在相应的分支内。
|
||||
@ -34,8 +42,9 @@ source: 简单的命令行远程注入源码。
|
||||
|
||||
|
||||
|
||||
#### 找call方法
|
||||
个人常用的方法,请参考https://github.com/ttttupup/wxhelper/wiki
|
||||
#### 问题讨论
|
||||
个人常用的方法,请参考https://github.com/ttttupup/wxhelper/wiki
|
||||
使用上的问题,可查询https://github.com/ttttupup/wxhelper/discussions
|
||||
|
||||
|
||||
#### 编译环境
|
||||
|
Loading…
Reference in New Issue
Block a user