[ 源代码: apkinspector ]
软件包:python3-apkinspector(1.3.2-2)
python3-apkinspector 的相关链接
Debian 的资源:
下载源码包 apkinspector:
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- apksigner
- aapt
- android-libaapt
- signapk
- libapksig-java
- google-android-build-tools-20.0.0-installer
- google-android-build-tools-19.1.0-installer
- google-android-build-tools-21.1.2-installer
- google-android-build-tools-24.0.0-installer
- google-android-build-tools-25.0.0-installer
- google-android-build-tools-26.0.0-installer
tool designed to analyse Android APK files
apkInspector is a tool designed to provide detailed insights into the zip structure of APK files, offering the capability to extract content and decode the AndroidManifest.xml file.
What sets APKInspector apart is its adherence to the zip specification during APK parsing, eliminating the need for reliance on external libraries. This independence, allows APKInspector to be highly adaptable, effectively emulating Android's installation process for APKs that cannot be parsed using standard libraries.