Update README.md
This commit is contained in:
parent
6881d636b6
commit
4925b583c3
|
|
@ -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工具包下载
|
||||
|
|
|
|||
Loading…
Reference in New Issue