A dynamic library tweak for WeChat macOS.
- 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
sudo make install
Inject the dylibsudo make uninstall
Uninstall the dylib
Requirement: Command Line Tools
Run xcode-select --install
to install Command Line Tools
make build
Build the dylib file to the same dicrectorymake debug
Build the dylib file and runWeChat
with dynamic injectionmake clean
Clean output files
The MIT License.