Update README.md

This commit is contained in:
Windy 2020-02-12 21:58:37 +08:00 committed by GitHub
parent 6881d636b6
commit 4925b583c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -9,8 +9,9 @@ Xpatch用来重新签名打包Apk文件使重打包后的Apk能加载安装
Xpatch的原理是对Apk文件进行二次打包重新签名并生成一个新的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)。
1.0~1.4版本Hook框架使用的是Lody的[whale](https://github.com/asLody/whale)
2.0版本开始Hook框架底层使用的是ganyao114的[SandHook]
(https://github.com/ganyao114/SandHook)。
3.0版本开始默认使用SandHook同时兼容切换为whale
## Xpatch工具包下载