roj4s / apkdecomp

Apk decompilation with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APK decompilation with python

Currently just a wrapper around apktool, compatible with Linux and Windows.

Usage

Clone this project, copyit into your project and:

import apkdecomp

output_addr = apkdecomp(<path_to_apk>)

You can execute the python script directly like:

python __init__.py <path_to_apk>

Todo

Turn this into a python package and upload it to pypi.org

About

Apk decompilation with python


Languages

Language:Shell 59.0%Language:Batchfile 28.1%Language:Python 13.0%