apk-parser icon indicating copy to clipboard operation
apk-parser copied to clipboard

signature field of CertificateMeta was removed in v2.6.10

Open erickdelrey opened this issue 5 years ago • 5 comments

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.

erickdelrey avatar Jul 30 '20 10:07 erickdelrey

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?

AndroidDeveloperLB avatar Jul 30 '20 14:07 AndroidDeveloperLB

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.

erickdelrey avatar Jul 31 '20 15:07 erickdelrey

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

AndroidDeveloperLB avatar Jul 31 '20 15:07 AndroidDeveloperLB

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

erickdelrey avatar Aug 01 '20 10:08 erickdelrey

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 ?

AndroidDeveloperLB avatar Aug 01 '20 10:08 AndroidDeveloperLB