Skip to content

codeskyblue/apkutils2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`

About

A library that gets infos from APK. Add some patch for https://github.com/mikusjelly/apkutils

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%