From 2c808216465cb687e2d6cf18734dfaa8983d7630 Mon Sep 17 00:00:00 2001 From: Wind Date: Wed, 13 Jan 2021 22:31:00 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10e1cb3..c02a2de 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,10 @@ 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模块都是可用的。** ## 源码解析 @@ -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]