# WeChatTweak-macOS **Repository Path**: mirrors_winneryong/WeChatTweak-macOS ## Basic Information - **Project Name**: WeChatTweak-macOS - **Description**: A dynamic library tweak for WeChat macOS - 微信 macOS 客户端撤回拦截与多开 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatTweak-macOS [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![README](https://img.shields.io/badge/README-English-blue.svg)](README.md) [![README](https://img.shields.io/badge/README-中文-blue.svg)](README-Chinese.md) A dynamic library tweak for WeChat macOS. ## Screenshot ![](Screenshot/0x01.png) ## Feature - Prevent message revoked - Message list notification - System notification - Revoke message you sent - Multiple WeChat Instance - Right click on the dock icon to login another WeChat account - Run command: `open -n /Applications/WeChat.app` - Auto login without authentication ## Usage - `sudo make install` Install or Updrade the dylib - `sudo make uninstall` Uninstall the dylib ## Development **Requirement: Command Line Tools** Run `xcode-select --install` to install Command Line Tools - `make build` Build the dylib file to the same dicrectory - `make debug` Build the dylib file and run `WeChat` with dynamic injection - `make clean` Clean output files ## Dependency - [JRSwizzle](https://github.com/rentzsch/jrswizzle) - [insert_dylib](https://github.com/Tyilo/insert_dylib) ## Reference - [微信 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).