Skip to main content

Decompile APK to Java

Project description

README

GENERAL INFO

Project: Lib to decompile Apk Contributors: MadSquirrel License: GNU General Public License v3.0 Version: v1.0 Date: 04-15-20

GOAL

Decompile APK to java code

USAGE

To use as library you just need to

import apk2java

apk2java.decompile(<apk_path>, <directory_output>)

To use as a program you just need to

apk2java <apk_path> <directory_to_decompiled>

EXEMPLE

import apk2java

apk2java.decompile("my_apk.apk", "temp")

INSTALL

sudo python3 setup.py install
sudo apk2java_setup

BUG

CHANGELOG

Project details


Download files

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

Source Distribution

apk2java-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

apk2java-0.0.2-py3-none-any.whl (15.0 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