Update README.md

This commit is contained in:
Windy 2020-02-12 22:00:05 +08:00 committed by GitHub
parent 4925b583c3
commit 1dbfb0ab14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ Xpatch的原理是对Apk文件进行二次打包重新签名并生成一
在Apk二次打包过程中插入加载Xposed插件的逻辑这样新的Apk文件就可以加载任意Xposed插件从而实现免Root Hook任意App的Java代码。
1.0~1.4版本Hook框架使用的是Lody的[whale](https://github.com/asLody/whale)
2.0版本开始Hook框架底层使用的是ganyao114的[SandHook]
(https://github.com/ganyao114/SandHook)。
2.0版本开始Hook框架底层使用的是ganyao114的[SandHook](https://github.com/ganyao114/SandHook)。
3.0版本开始默认使用SandHook同时兼容切换为whale
## Xpatch工具包下载