mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 01:49:22 +08:00
.. | ||
3.9.5.81 | ||
client.py | ||
decrypt.py | ||
http_server.py | ||
readme.md | ||
tcpserver.py |
常用的一些工具
client.py : 快速测试dll的http接口。
decrpt.py : 微信数据库解密工具。password 为dll个人信息里返回的dbkey。
http_server.py : 一个简单的http server,用来接收hook的消息。
tcpserver.py: 一个简单的tcp server,用来接收hook的消息。