WindySha / Xpatch

This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Apache License 2.0
2.54k stars 388 forks source link

重新打包出错! #47

Closed igit-cn closed 2 years ago

igit-cn commented 4 years ago

IMAC:Desktop IMAC$ java -jar ./xpatch-3.0.jar ./WeChat_7.0.3(1381)Google\ Play\ [0305].apk !!!!! output apk path --> ./WeChat_7.0.3(1381)Google Play [0305]-xposed-signed.apk disableCrackSignature --> false java.lang.NullPointerException at com.storm.wind.xpatch.util.ApkSignatureHelper.getApkSignInfo(ApkSignatureHelper.java:75) at com.storm.wind.xpatch.task.SaveApkSignatureTask.run(SaveApkSignatureTask.java:26) at com.storm.wind.xpatch.MainCommand.doCommandLine(MainCommand.java:151) at com.storm.wind.xpatch.base.BaseCommand.doMain(BaseCommand.java:125) at com.storm.wind.xpatch.MainCommand.main(MainCommand.java:83) Get original signature failed !!!!

igit-cn commented 4 years ago

谷歌商店版微信

WindySha commented 2 years ago

获取签名信息失败,只是无法绕过签名校验,重打包可以正常使用