Skip to content

A dynamic library tweak for WeChat macOS - 微信 macOS 客户端撤回拦截与多开

License

Notifications You must be signed in to change notification settings

ta01st/WeChatTweak-macOS

 
 

Repository files navigation

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 Inject 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

License

The MIT License.

About

A dynamic library tweak for WeChat macOS - 微信 macOS 客户端撤回拦截与多开

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 90.4%
  • Makefile 9.6%