TheYahya / android-decompile

:iphone: Decompile android apps with a single command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android decompiler!

A simple bash script to decompile android apps.

Installation

Clone it:

$ git clone https://github.com/TheYahya/android-decompile.git

Change current directory to the android-decompile. Yes! It's a part of installation :)

$ cd android-decompile

Install dependencies: Only if you haven't java on your machine! which is impossible if you're android developer :) But if you haven't, It will do with the openjdk, Which on ubuntu would be like this:

$ apt-get install openjdk-9-jre

And make decompile.sh executable:

$ chmod +x decompile.sh 

Congratulation, It's done.

Usage

Copy all your apk files into apk/ dir, then just run the decompile.sh:

$ ./decompile.sh

and check out the result/ dir.

License

MIT License

About

:iphone: Decompile android apps with a single command

License:MIT License


Languages

Language:Shell 64.9%Language:Batchfile 35.1%