A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开 🔨
Go to file
2017-08-12 20:29:08 +08:00
Screenshot Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
WeChatTweak Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
WeChatTweak.framework Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
WeChatTweak.xcodeproj Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
WeChatTweak.xcworkspace Migrate with Xcode 2017-08-11 18:01:55 +08:00
.gitignore Migrate with Xcode 2017-08-11 18:01:55 +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 Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
Podfile Migrate with Xcode 2017-08-11 18:01:55 +08:00
Podfile.lock Migrate with Xcode 2017-08-11 18:01:55 +08:00
README-Chinese.md Add tweak settings preference panel 2017-08-12 20:29:08 +08:00
README.md Add tweak settings preference panel 2017-08-12 20:29:08 +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
  • UI Interface settings panel

Usage

  • sudo make install Install or Upgrade the dylib
  • sudo make uninstall Uninstall the dylib

Development

Requirement: Xcode

Build

  1. Run pod install
  2. Open WeChatTweak.xcworkspace and build

Debug

  • make debug Run WeChat with dynamic injection
  • make clean Clean output files

Dependency

Reference

License

The MIT License.