开发者

Android - Check the certificate of an app

开发者 https://www.devze.com 2023-03-09 19:09 出处:网络
Hi Is there any way to check the certificate of an app (e.g. A开发者_运维百科mazon Mobile)? decompile the apk or whatever?

Hi

Is there any way to check the certificate of an app (e.g. A开发者_运维百科mazon Mobile)?

decompile the apk or whatever?

Thanks


You can use the jarsigner tool from JDK.

JDKFOLDER\bin\jarsigner.exe -verify -verbose -certs myAndroidProgram.apk

0

精彩评论

暂无评论...
验证码 换一张
取 消