mirror of
https://github.com/Sunnyyoung/WeChatTweak-macOS.git
synced 2025-05-31 20:16:07 +08:00
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# WeChatTweak-macOS
|
|
|
|
[](LICENSE)
|
|
[](README.md)
|
|
[](README-Chinese.md)
|
|
|
|
微信 macOS 客户端 Tweak 动态库。
|
|
|
|
## 截图
|
|
|
|

|
|
|
|
## 功能
|
|
|
|
- 阻止消息撤回
|
|
- 消息列表通知
|
|
- 系统通知
|
|
- 正常撤回自己发出的消息
|
|
- 客户端无限多开
|
|
- 右键 dock icon 登录新的微信账号
|
|
- 命令行执行:`open -n /Applications/WeChat.app`
|
|
- 重新打开应用无需手机认证
|
|
|
|
## 使用
|
|
|
|
- `sudo make install` 安装或者更新动态库
|
|
- `sudo make uninstall` 卸载动态库
|
|
|
|
## 开发调试
|
|
|
|
**Requirement: Command Line Tools**
|
|
|
|
运行命令:`xcode-select --install` 安装 Command Line Tools
|
|
|
|
- `make build` 编译 dylib 动态库到当前目录下
|
|
- `make debug` 编译 dylib 动态库并临时注入微信 macOS 客户端
|
|
- `make clean` 清除生成文件
|
|
|
|
## 依赖
|
|
|
|
- [JRSwizzle](https://github.com/rentzsch/jrswizzle)
|
|
- [insert_dylib](https://github.com/Tyilo/insert_dylib)
|
|
|
|
## 参考
|
|
|
|
- [微信 macOS 客户端无限多开功能实践](https://blog.sunnyyoung.net/wei-xin-macos-ke-hu-duan-wu-xian-duo-kai-gong-neng-shi-jian/)
|
|
- [微信 macOS 客户端拦截撤回功能实践](https://blog.sunnyyoung.net/wei-xin-macos-ke-hu-duan-lan-jie-che-hui-gong-neng-shi-jian/)
|
|
|
|
## License
|
|
|
|
The [MIT License](LICENSE).
|