Last updated:
0 purchases
apkutils3 2.0.11
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
apkutils\axml from kin9-0rz/axmlparser
apkutils\dex from Storyyeller/enjarify , license under Apache License 2.0.
Original projects: apkutils2 , apkutils, license under MIT License.
LibChecker used for classes list generation, license under Apache License 2.0.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.