[ 原始碼: apksigcopier ]
套件:apksigcopier(1.1.1-1)
copy/extract/patch android apk signatures & compare apks
apksigcopier is a tool for copying android APK signatures from a signed APK to an unsigned one (in order to verify reproducible builds). It can also be used to compare two APKs with different signatures. Its command-line tool offers four operations:
* copy signatures directly from a signed to an unsigned APK * extract signatures from a signed APK to a directory * patch previously extracted signatures onto an unsigned APK * compare two APKs with different signatures (requires apksigner)
其他與 apksigcopier 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x
-
- sug: apksigner
- command line tool to sign and verify Android APKs