[ bullseye-backports ]
[ bookworm ]
[ sid ]
[ 源代码: apksigcopier ]
软件包:apksigcopier(1.0.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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-click
- Wrapper around optparse for command line utilities - Python 3.x
-
- sug: apksigner
- command line tool to sign and verify Android APKs