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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

apkutils-0.1.1-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

Details for the file apkutils-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for apkutils-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8266efc5677af9dacfc0a8a7a0c28087da1ab9eca8441fa3ef16b65447f19064
MD5 53305f0bb1ba5d36d8cfd88b8ace98b6
BLAKE2b-256 ec837f2f93239e9632962fa4bdb934f86f9ad81dd3a587d4f8c0a0eeb0769625

See more details on using hashes here.

Supported by

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