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")
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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
apkutils-0.1.1-py3-none-any.whl
(49.1 kB
view details)
File details
Details for the file apkutils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: apkutils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 49.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8266efc5677af9dacfc0a8a7a0c28087da1ab9eca8441fa3ef16b65447f19064
|
|
| MD5 |
53305f0bb1ba5d36d8cfd88b8ace98b6
|
|
| BLAKE2b-256 |
ec837f2f93239e9632962fa4bdb934f86f9ad81dd3a587d4f8c0a0eeb0769625
|