huiyadanli/revokemsgpatcher

:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on August 31st, 2026
Created on July 21st, 2019
Open Issues & Pull Requests: 61 (+0)
Number of forks: 4,066
Total Stargazers: 38,639 (+0)
Total Subscribers: 278 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.5 hours
Mean response time: 10.8 days
90th percentile: 10.5 days
Tracked items: 427

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 11% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 41
New in 7 days: 4
Closed in 7 days: 1
Avg open age: 512 days
Stale 30+ days: 34
Stale 90+ days: 27

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • can't do it (10)
  • enhancement (8)
  • bug (4)
  • 未支持版本 (2)
  • documentation (1)
  • duplicate (1)
  • question (1)
  • 已支持 (1)

Detailed Description

RevokeMsgPatcher is a hex editor and patcher tool for Windows PC versions of WeChat, QQ, and TIM that prevents message revocation.

The tool solves the problem of messages being deleted or recalled by the sender after delivery. It works by patching the core library files of these messaging applications—specifically WeChatWin.dll for WeChat and IM.dll for QQ and TIM—to disable the revocation mechanism. The patcher operates by modifying the binary code of these libraries to intercept and block message recall commands. For WeChat, the tool additionally offers a multi-instance feature that allows running multiple WeChat clients simultaneously on the same machine.

The tool is designed for Windows 7 and later systems with .NET Framework 4.5.2 or higher. Users must run the patcher with administrator privileges and close their messaging application before applying patches. The patcher attempts to automatically detect installation paths from the Windows registry for standard installations, though portable versions require manual path selection. Because the tool modifies system library files, antivirus software may flag the changes as suspicious, but these warnings can be safely dismissed. The patches must be reapplied whenever the messaging applications receive updates, as new versions will overwrite the modified files.

The project maintains documentation covering supported application versions and common questions. The underlying patching methods are documented separately for each supported application. The codebase is written in C# and builds through continuous integration. Development activity shows ongoing maintenance with patches being updated to accommodate new releases of the target applications.