Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 374 Bytes

wechatHookPython

可实现hook PC微信消息的实时接收处理。 frida使用简单快捷。内部原理也是内联hook方式。

运行环境

  • 语言python 3.7
  • 微信PC版本 3.7.6.44
  • win10

使用方法

  1. 安装frida框架

在cmd中

pip install frida
pip install frida-tools
  1. 运行fridaApp.py即可

在cmd中

python friaApp.py