mirror of
https://github.com/a244573118/WeChatIntercept.git
synced 2026-06-14 05:25:08 +08:00
Update README.md
This commit is contained in:
parent
a678ae0047
commit
8c055418de
|
|
@ -7,9 +7,7 @@ macOS 微信防撤回工具。
|
|||
|
||||
### 原理
|
||||
|
||||
通过注入一个运行时 hook 动态库(`WeChatAntiRevoke.dylib`),利用微信内建的 hook dispatch slot 机制拦截 `isRevokeMessage()` 函数。在运行时区分消息来源:
|
||||
- 对方撤回 → 返回 false(消息保留不被删除)
|
||||
- 自己撤回 → 返回 true(正常处理,不会闪退)
|
||||
通过注入一个运行时 hook 动态库(`WeChatAntiRevoke.dylib`),利用微信内建的 hook dispatch slot 机制拦截 `isRevokeMessage()` 函数。
|
||||
|
||||
### 适用范围
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user