Update README.md

This commit is contained in:
a244573118 2026-05-27 20:58:06 +08:00 committed by GitHub
parent a678ae0047
commit 8c055418de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,9 +7,7 @@ macOS 微信防撤回工具。
### 原理
通过注入一个运行时 hook 动态库(`WeChatAntiRevoke.dylib`),利用微信内建的 hook dispatch slot 机制拦截 `isRevokeMessage()` 函数。在运行时区分消息来源:
- 对方撤回 → 返回 false消息保留不被删除
- 自己撤回 → 返回 true正常处理不会闪退
通过注入一个运行时 hook 动态库(`WeChatAntiRevoke.dylib`),利用微信内建的 hook dispatch slot 机制拦截 `isRevokeMessage()` 函数。
### 适用范围