| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4068058 commit 4ea0b1e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | 7 | --- | |
| 8 | 8 | ||
| 9 | + | ||
| 9 | 10 | ## 支持版本 | |
| 10 | 11 | ||
| 11 | 12 | > 感谢志远大佬的WeChatOpenDevTool开源 代码只是把node改用python3重写,简单实现了一些自动化问题,重要代码都是原作者的。 | |
@@ -15,22 +16,38 @@ | |||
| 15 | 16 | | 3.9.10.19_x64 | 9115_x64 | ✅ | | |
| 16 | 17 | | 3.9.10.19_x64 | 8555_x64 | ✅ | | |
| 17 | 18 | | 3.9.10.19_x64 | 9105_x64 | ✅ | | |
| 18 | - | 3.9.9.43_x64 | 8555_x64 | ✅ | | ||
| 19 | - | 3.9.9.43_x64 | 9079_x64 | ✅ | | ||
| 19 | + | 3.9.9.43_x64 | 8555_x64 | ❌ | | ||
| 20 | + | 3.9.9.43_x64 | 9079_x64 | ❌ | | ||
| 20 | 21 | | 3.9.8.25_x64 | 8531_x64 | ❌ | | |
| 21 | 22 | | 3.9.8.25_x64 | 8529_x64 | ❌ | | |
| 22 | 23 | | 3.9.8.25_x64 | 8519_x64 | ❌ | | |
| 23 | 24 | | 3.9.8.25_x64 | 8501_x64 | ❌ | | |
| 24 | 25 | | 3.9.8.25_x64 | 8461_x64 | ❌ | | |
| 25 | 26 | | 3.9.8.25_x64 | 8447_x64 | ❌ | | |
| 26 | 27 | ||
| 27 | - 如何查看当前运行版本? | ||
| 28 | + --- | ||
| 29 | + | ||
| 30 | + | ||
| 31 | + | Mac x64微信版本 | 是否为最新版 | x | ||
| 32 | + | ---------------- | ------------ | ------------ | ||
| 33 | + | MacWechat/3.8.7(0x13080712) | ✅ |用前阅读[3. 常见问题](#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) | ||
| 34 | + | ||
| 35 | + | ||
| 28 | 36 | ||
| 37 | + ## 如何查看当前运行版本? | ||
| 38 | + ### windows | ||
| 39 | + | ||
| 29 | 40 |  | |
| 30 | 41 | ||
| 31 | 42 |  | |
| 32 | 43 |  | |
| 33 | 44 | ||
| 45 | + ### mac | ||
| 46 | + ```bash | ||
| 47 | + ps aux | grep 'WeChatAppEx' | grep -v 'grep' | grep "wmpf-mojo-handle" | ||
| 48 | + ``` | ||
| 49 | + | ||
| 50 | + | ||
| 34 | 51 | ## 目录 | |
| 35 | 52 | ||
| 36 | 53 | [1. 开启小程序F12](#%E9%A3%9F%E7%94%A8%E6%96%B9%E6%B3%95) | |
@@ -43,7 +60,7 @@ | |||
| 43 | 60 | ||
| 44 | 61 | ### 开启小程序F12 | |
| 45 | 62 | ||
| 46 | - > 只支持windows版本微信,运行前先启动微信运行前先启动微信(建议小号,别被封了。。。) | ||
| 63 | + > ~~只支持windows版本微信~~,运行前先启动微信运行前先启动微信(建议小号,别被封了。。。) | ||
| 47 | 64 | ||
| 48 | 65 | 1. 安装python3版本 | |
| 49 | 66 | 2. 下载WeChatOpenDevTools-Python或直接下载编译好的exe | |
@@ -97,6 +114,11 @@ python main.py -c | |||
| 97 | 114 | - https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list&head=true | |
| 98 | 115 | - https://github.com/tom-snow/wechat-windows-versions/releases | |
| 99 | 116 | ||
| 117 | + | ||
| 118 | + * mac版本闪退 | ||
| 119 | + - macOS版本不能和windows版本一样随时hook小程序修改F12,只能先加载小程序后再hook(必须是有小程序缓存了,不然会闪退) | ||
| 120 | + - 可以先启动多个需要调试的小程序后再运行软件然后再刷新小程序 | ||
| 121 | + | ||
| 100 | 122 | ## Star History | |
| 101 | 123 | ||
| 102 | 124 | [](https://star-history.com/#javeleyqaq/WeChatOpenDevTools-Python&Date) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments