apkutils3
A library that gets infos from APK.
Type hinting added for many functions.
Many getter functions are replaced by properties.
Install and Test
pip install apkutils3
Usage
$ python3 -m apkutils -h
usage: apkutils [-h] [-m] [-s] [-f] [-c] [-V] p
positional arguments:
p path
optional arguments:
-h, --help show this help message and exit
-m Show manifest
-s Show strings
-f Show files
-c Show certs
-V, --version show program's version number and exit
GUI tool
$ python -m apkutils.gui
# Click Bind
Right click an *.apk
file. Select APK Parser
. You will see
Reference