Update README.md

This commit is contained in:
Windy 2019-04-15 02:29:28 +08:00 committed by GitHub
parent c857e9e900
commit 2d49f3899f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,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
@ -67,7 +67,7 @@ $ java -jar ../../xpatch.jar ../../wechat.apk -c
通过help可以查看到: 通过help可以查看到:
>options: >options:
> -c,--crach disable craching the apk's signature. > -c,--crach disable craching the apk's signature.
----
## Xposed模块加载方法 ## Xposed模块加载方法