MsgIPC是通过Hook的方式截取QQ消息并通过zeromq发布的一款dll插件,项目相关代码仅供学习参考。
QQ版本:8.2(17724)
python目录下nogui.py为非pyside2即可运行。
新版QQ确保关闭QQProtect进程(QQ_SecurityCheck_Patch_v12.1(for_v9.2.x).exe),KernelUtil.dll
中CheckVideoMsg
导出符号是否一致。
dev
分支将zeromq替换成websocket方便功能扩展。
- 支持断线重连。
- 添加GetSelfUin接口获取自身QQ号使用案例。
pro文件中引用第三方pri文件参考: https://github.com/bstaint/3rdparty
- minhook
- spdlog
- websocketpp
- concurrentqueue (https://github.com/cameron314/concurrentqueue)
- PySide2
- websockets
- asyncio