A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨
Go to file
Sunnyyoung 2eb9aafccb Update project
1. Rename project
2. Add Chinese README
2017-01-24 20:17:27 +08:00
Screenshot Update project 2017-01-24 20:17:27 +08:00
.gitignore Initial commit 2017-01-18 13:46:22 +08:00
insert_dylib Initial commit 2017-01-18 13:46:22 +08:00
LICENSE Initial commit 2017-01-18 13:46:22 +08:00
Makefile Update project 2017-01-24 20:17:27 +08:00
README-Chinese.md Update project 2017-01-24 20:17:27 +08:00
README.md Update project 2017-01-24 20:17:27 +08:00
WeChatTweak.dylib Update project 2017-01-24 20:17:27 +08:00
WeChatTweak.m Update project 2017-01-24 20:17:27 +08:00

WeChatTweak-macOS

README README

A dynamic library tweak for WeChat macOS.

Screenshot

Feature

  • Prevent message revoked

Usage

  • sudo make install Inject the dylib to WeChat by insert_dylib
  • sudo make uninstall Uninstall the injection

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

License

The MIT License.