Update README.md

This commit is contained in:
Windy 2019-07-30 22:30:37 +08:00 committed by GitHub
parent dcf70fa959
commit 9e938df547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,11 @@ Xpatch源码解析博文已发布到个人技术公众号**Android葵花宝典**
扫一扫即可查看:
![](https://upload-images.jianshu.io/upload_images/1639238-ab6e0fceabfffdda.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/180)
## 其他
assets目录下的classes.dex是来加载设备上已安装的Xposed插件其源代码也已经开源
[xposed_module_loader](https://github.com/WindySha/xposed_module_loader)
欢迎star or fork.
## Issues
Xpatch是基于apk二次打包实现的而且使用到了dex2Jar工具因此也存在不少的局限性。大概有以下几点