Update README.md

This commit is contained in:
Windy 2019-04-25 01:22:16 +08:00 committed by GitHub
parent bb69648513
commit bfaf9e4808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ options:
[Apktool install instructions][3] [Apktool install instructions][3]
---- ----
## 2019/4/15 updated ### 2019/4/15 updated
增加自动破解签名的功能,此功能默认开启,如果需要关闭可以增加`-c`即可,比如: 增加自动破解签名的功能,此功能默认开启,如果需要关闭可以增加`-c`即可,比如:
``` ```
$ java -jar ../../xpatch.jar ../../wechat.apk -c $ java -jar ../../xpatch.jar ../../wechat.apk -c
@ -71,7 +71,7 @@ $ java -jar ../../xpatch.jar ../../wechat.apk -c
> -c,--crach disable craching the apk's signature. > -c,--crach disable craching the apk's signature.
---- ----
---- ----
## 2019/4/25 updated ### 2019/4/25 updated
增加将Xposed modules打包到apk中的功能 增加将Xposed modules打包到apk中的功能
通过help可以查看到: 通过help可以查看到:
>-xm,--xposed-modules <arg> the xposed mpdule files to be packaged into the ap >-xm,--xposed-modules <arg> the xposed mpdule files to be packaged into the ap
@ -157,7 +157,7 @@ It's so easy !!!
## Todo ## Todo
1. 自动破解app签名 Finished on 2019.4.15 1. 自动破解app签名 Finished on 2019.4.15
2. 支持xposed插件直接打包到apk中 2. 支持xposed插件直接打包到apk中 Finished on 2019.4.25
3. 支持xposed插件中so文件的加载 3. 支持xposed插件中so文件的加载
... ...