hsiafan / apk-parser

Apk parser for java
BSD 2-Clause "Simplified" License
1.21k stars 360 forks source link

signature field of CertificateMeta was removed in v2.6.10 #134

Open erickdelrey opened 3 years ago

erickdelrey commented 3 years ago

I am using version v2.6.9 but I encountered issue when parsing v2 signed APK (BufferOverFlow) which v2.6.10 can fix. Thus, I was forced to update version to v2.6.10. I noticed that in v2.6.10 'signature' field was removed in net.dongliu.apk.parser.bean.CertificateMeta bean. What is the alternative of 'signature' field so that I can get the same value? Thank you.

AndroidDeveloperLB commented 3 years ago

v2.6.9 ? Where did you get it? v2.6.7 is the latest one...

Then again, there were pull requests that were merged into master, but I don't see the master branch has recently updated. What is going on?

erickdelrey commented 3 years ago

In v2.6.9, it has a 'signature' field in CertificateMeta bean. This was removed in v2.6.10. I wonder how will I retrieve this value in v2.6.10.

AndroidDeveloperLB commented 3 years ago

But how did you get this version? The website shows only the release of 2.6.7 .

erickdelrey commented 3 years ago

The latest version is v2.6.10 in maven https://mvnrepository.com/artifact/net.dongliu/apk-parser

AndroidDeveloperLB commented 3 years ago

How come it's not updated here: https://github.com/hsiafan/apk-parser/releases ? What's new between 2.6.7 and 2.6.10 ? When did it become available? What if you used my fork of it, here: https://github.com/AndroidDeveloperLB/apk-parser ?