:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
Go to file
SyedaAnshrahGillani 2fe0f0ee8e feat(architecture): Implement decoupled modifier architecture
This commit introduces a major architectural refactoring to improve the maintainability, extensibility, and testability of the application.

Key changes include:
- **IAppModifier Interface:** Defines a clear contract for all application-specific modifiers.
- **BaseAppModifier Abstract Class:** Provides common implementations for shared modifier logic, reducing code duplication.
- **Refactored Concrete Modifiers:** Existing modifier classes now inherit from BaseAppModifier, focusing on their unique application-specific logic.
- **ModifierFactory:** Centralizes the creation of modifier instances, decoupling the UI from concrete implementations.
- **Updated FormMain.cs:** The main UI now interacts with modifiers through the IAppModifier interface and uses the ModifierFactory, significantly reducing coupling and simplifying UI logic.

This refactoring adheres to principles of abstraction, encapsulation, and polymorphism, making the codebase more robust and easier to extend with support for new applications in the future.
2025-08-05 19:21:12 +05:00
.github Update build.yml 2025-08-04 01:17:31 +08:00
Images [+] 1.0 screenshot on win11 2021-07-08 23:30:41 +08:00
RevokeMsgPatcher feat(architecture): Implement decoupled modifier architecture 2025-08-05 19:21:12 +05:00
RevokeMsgPatcher.Assistant QQNT 防撤回使用新的方案 2025-08-04 00:53:43 +08:00
RevokeMsgPatcher.Launcher [+] launcher 2024-09-28 11:30:27 +08:00
RevokeMsgPatcher.MultiInstance [#] 修复多开小工具不可用的问题 2023-07-12 00:01:39 +08:00
.gitignore [#] 忽略临时文件 2019-12-17 19:18:16 +08:00
appveyor.yml Update appveyor.yml 2024-09-29 02:27:04 +08:00
LICENSE Update LICENSE 2025-05-31 15:30:40 +08:00
README.md Update README.md 2025-08-04 02:06:12 +08:00
RevokeMsgPatcher.sln [+] launcher 2024-09-28 11:30:27 +08:00

👀微信/QQ/TIM防撤回补丁

适用于 Windows 下 PC 版微信/QQ/TIM的防撤回补丁。支持最新版微信/QQ/TIM,其中微信能够选择安装多开功能。

下载地址: ️点我下载最新版本 | ☁备用下载-蓝奏云 密码:coco| ☁备用下载-百度云

相关文档: ✔支持哪些版本 | 常见问题 | 📖查看完整文档

原理与方法: 📗微信 | 📕QQ | 📘TIM (本人不参与方法寻找,仅做特征搬运)

附带产物:一个通用的微信多开工具

📷截图

Screenshot

🔨使用方法

  1. 首先,你的系统需要满足以下条件:

    • Windows 7 或更高版本,不支持XP
    • .NET Framework 4.5.2 或更高版本。低于此版本在打开程序时可能无反应,或者直接报错
  2. 使用本程序前,先关闭微信/QQ/TIM。

  3. 以管理员身份运行本程序,等待右下角获取最新的补丁信息。

  4. 选择微信/QQ/TIM的安装路径。如果你用的安装版的微信/QQ/TIM正常情况下本程序会自动从注册表中获取安装路径绿色版需要手动选择路径。

  5. 点击防撤回。界面可能会出现一段时间的无响应,请耐心等待。由于修改了微信的 WeChatWin.dll 文件、QQ/TIM的 IM.dll 文件,杀毒软件可能会弹出警告,放行即可。

注意:微信/QQ/TIM更新之后要重新安装补丁

💡致谢

本项目早期内容源自 wechat_anti_revoke 项目。

2.0 之前版本 QQNT 防撤回依赖于 LiteLoaderQQNT,修补依赖于 DLLHijackMethod 并集成了以下插件:

2.1 版本的 QQNTT 防撤回特征来自 NTQQAntiRecall

微信4.0版本后的防撤回特征来自于 BetterWX

❤️投喂

觉的好用的话,可以支持作者哟ヾ(・ω・`。)

📄License

GPLv3