diff --git a/README.md b/README.md index d92dc24..93ee237 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ options: [Apktool install instructions][3] ---- -2019/4/15 updated +2019/4/15 updated 增加自动破解签名的功能,此功能默认开启,如果需要关闭可以增加`-c`即可,比如: ``` $ java -jar ../../xpatch.jar ../../wechat.apk -c @@ -67,7 +67,7 @@ $ java -jar ../../xpatch.jar ../../wechat.apk -c 通过help可以查看到: >options: > -c,--crach disable craching the apk's signature. - +---- ## Xposed模块加载方法