apkutils2

Utils for parsing apk.


Keywords
apk, dex, axml
License
MIT
Install
pip install apkutils2==1.0.0

Documentation

apkutils PyPI version GitHub license

A library that gets infos from APK.

Install and Test

$ pip install apkutils-patch

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

![Img](imgs/apk-parser.png)

### Reference
- apkutils\axml from [mikusjelly/axmlparser](https://github.com/mikusjelly/axmlparser) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)
- apkutils\dex from [google/enjarify](https://github.com/google/enjarify)

## Genreate README.rst
README.rst auto generated by `m2r --overwrite ./README.md`. Get m2r tool through `pip install m2r`