[ 原始碼: apksigcopier ]
套件:apksigcopier(1.1.0-1~bpo11+1)
apksigcopier 的相關連結
Debian 的資源:
下載原始碼套件 apksigcopier:
- [apksigcopier_1.1.0-1~bpo11+1.dsc]
- [apksigcopier_1.1.0.orig.tar.gz]
- [apksigcopier_1.1.0-1~bpo11+1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [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
- Wrapper around optparse for command line utilities - Python 3.x
-
- sug: apksigner
- command line tool to sign and verify Android APKs