Update README.md

This commit is contained in:
Windy 2019-06-01 23:55:59 +08:00 committed by GitHub
parent 7ccb847a1c
commit dcf70fa959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Xpatch用来重新签名打包Apk文件使重打包后的Apk能加载安装
Xpatch的原理是对Apk文件进行二次打包重新签名并生成一个新的apk文件。
在Apk二次打包过程中插入加载Xposed插件的逻辑这样新的Apk文件就可以加载任意Xposed插件从而实现免Root Hook任意App的Java代码。
Hook框架底层使用的是Lody的whale支持的平台架构有ARM/THUMB、ARM64支持的android版本大致有其他未测试android 5.0-android 9.0
1.0~1.4版本Hook框架使用的是Lody的whale2.0版本开始Hook框架底层使用的是ganyao114的[SandHook](https://github.com/ganyao114/SandHook)。
## Xpatch工具包下载
[点击我下载最新的Xpatch Jar包][1]
@ -188,8 +188,9 @@ or
- [whale][11]
- [dex2jar][12]
- [AXMLPrinter2][13]
- [SandHook](https://github.com/ganyao114/SandHook)
[1]: https://github.com/WindySha/Xpatch/releases/download/v1.3/xpatch-1.3.zip
[1]: https://github.com/WindySha/Xpatch/releases/download/v2.0/xpatch-2.0.jar.zip
[2]: https://github.com/WindySha/Xpatch/releases
[3]: https://ibotpeaches.github.io/Apktool/install/
[5]: https://github.com/asLody/whale