Update README.md

This commit is contained in:
Wind 2021-01-13 22:31:00 +08:00 committed by GitHub
parent 7a7757c35e
commit 2c80821646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -93,15 +93,11 @@ com.blanke.mdwechat#MDWechat
## 可用的Xposed模块示例
- [腾讯视频,爱奇艺去广告插件-RemoveVideoAdsPlugin](https://github.com/WindySha/RemoveVideoAdsPlugin)
- [MDWechat][8]
- [文本自定义][9]
- ...
- ...
- [RemoveVideoAdsPlugin](https://github.com/WindySha/RemoveVideoAdsPlugin)
- **你自己编写的Xposed模块**
**Note一般来说只要app可以被Xpatch破解与其相关的Xposed模块都是可用的。**
## 源码解析
Xpatch源码解析博文已发布到个人技术公众号**Android葵花宝典**上。
@ -219,6 +215,10 @@ version: 3.0
`$ java -jar ../xpatch-3.0.jar ../Test.apk -pkg com.test.test -vc 1000 -vn 1.1.1`
2. 更改Hook框架为whale
`$ java -jar ../xpatch-3.0.jar ../Test.apk -w`
### 4. 2021/01/13 updated (Version 4.0)
Update SandHook to the newest version and SandHook support the Android 11.
## Thanks
- [Xposed][10]