apkverifier
apkverifier copied to clipboard
APK Signature verification in Go. Supports scheme v1, v2 and v3 and passes Google apksig's testing suite.
Hi, Thanks for this great library. I see there is at least [one print](https://github.com/avast/apkverifier/blob/290c8f7fccf7a4a672bef41ccd5d69c4554a1d4d/internal/x509andr/x509.go#L1394) in the code, it would be nice to replace it with log, so the user can...
Hi and thanks for the excellent library! Are there any future plans adding support for [Signature v4 scheme](https://source.android.com/security/apksigning/v4)? It's a file based signature that can be bundled within an XAPK...
- use the `root_unix` (and its test) module also on Hurd (as Unix platform) - copy the `root_linux` module as `root_hurd`, keeping all the distribution paths (even Hurd is available...