Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

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

Open
erickdelrey opened this issue Jul 30, 2020 · 5 comments
Open

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

erickdelrey opened this issue Jul 30, 2020 · 5 comments

Comments

@erickdelrey
Copy link

erickdelrey commented Jul 30, 2020

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
Copy link

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
Copy link
Author

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
Copy link

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

@erickdelrey
Copy link
Author

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

@AndroidDeveloperLB
Copy link

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
?

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

No branches or pull requests

2 participants