MrChens / WeChatTweak-macOS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Objective-C 87.9%Language:Makefile 11.5%Language:Ruby 0.6%