A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨
Go to file
Sunnyyoung 62e8fa8bd9 Some minor issue fixed
1. Update README
2. Update makefile
3. Update screenshot
2017-06-29 23:31:31 +08:00
Screenshot Some minor issue fixed 2017-06-29 23:31:31 +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
JRSwizzle.h Add dock menu item 2017-04-02 01:30:20 +08:00
JRSwizzle.m Add dock menu item 2017-04-02 01:30:20 +08:00
LICENSE Initial commit 2017-01-18 13:46:22 +08:00
Makefile Some minor issue fixed 2017-06-29 23:31:31 +08:00
README-Chinese.md Some minor issue fixed 2017-06-29 23:31:31 +08:00
README.md Some minor issue fixed 2017-06-29 23:31:31 +08:00
WeChatTweak.dylib Some minor issue fixed 2017-06-29 23:31:31 +08:00
WeChatTweak.m Some minor issue fixed 2017-06-29 23:31:31 +08:00
WeChatTweakHeaders.h Some minor issue fixed 2017-06-29 23:31:31 +08:00

WeChatTweak-macOS

license README README

A dynamic library tweak for WeChat macOS.

Screenshot

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

Reference

License

The MIT License.