[ 源代码: apksigcopier ]
软件包:apksigcopier(1.1.1-1)
apksigcopier 的相关链接
Debian 的资源:
下载源码包 apksigcopier:
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
- libapksig-java
- signapk
- apkverifier
- golang-github-avast-apkverifier-dev
- google-android-build-tools-27.0.0-installer
- google-android-build-tools-28.0.0-installer
- google-android-build-tools-35.0.0-installer
- google-android-build-tools-29.0.0-installer
- google-android-build-tools-30.0.0-installer
- google-android-build-tools-31.0.0-installer
- google-android-build-tools-32.0.0-installer
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