Skip to main content

Utils for parsing apk.

Project description

========
apkutils
========

This module help me to get infos from APK.

- apkutils\axml from `mikusjelly/axmlparser(No maintenance) <https://github.com/mikusjelly/axmlparser>`_
- apkutils\dex from `google/enjarify <https://github.com/google/enjarify>`_

------
Install
------

::

$ pip install apkutils


------
Usage
------

- Command Line:

::

$ python -m apkutils.apk -h
usage: adog [-h] [-m] [-s] [-f] p

positional arguments:
p path

optional arguments:
-h, --help show this help message and exit
-m Show manifest
-s Show strings
-f Show files


- Code
::

from apkutils.apk import APK

apk = APK('test.apk')
apk.get_manifest()
apk_obj.get_strings()
apk.get_files()
apk_obj.get_dex_files()

# elf
from apkutils.apk import get_elf_infos
get_elf_infos("test.apk")




Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

apkutils-0.1.3-py3.5.egg (114.5 kB view hashes)

Uploaded Source

apkutils-0.1.3-py3-none-any.whl (49.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page