Package python3-apkinspector

apkInspector is a tool to help examine APK files

https://github.com/erev0s/apkInspector

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. The main goal is to enable users to
conduct static analysis on APKs that employ evasion techniques, especially when
conventional methods prove ineffective.

Version: 1.3.2

General Commands

apkInspector apkInspector is a tool to help examine APK files