Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用CheckAndroidSignature.jar检查一个605MB的apk签名信息,需要10多秒时间,能提高下执行效率吗? #10

Closed
Bingoliallen opened this issue Sep 10, 2021 · 1 comment

Comments

@Bingoliallen
Copy link

比如我只需要得到是否签名或者是否是V2签名,是否可以帮助到减少执行时间?

@bihe0832
Copy link
Owner

你好,目前所有代码都已经开源了,如果你只想检查是否签名或者是否是V2签名,可以直接修改下面的文件并重新生成Jar即可,所有对于V1,V2,V3的检查都在这个文件:

CheckAndroidSignatureByAPKSig/src/main/java/com/android/apksigner/ApkSignerTool.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants