Skip to content

llggpp2009/apkutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apkutils PyPI version GitHub license

A library that gets infos from APK.

Install and Test

$ pip install apkutils

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

Reference

About

A library that gets infos from APK. —— ONLY PY3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%