Skip to content

TheYahya/android-decompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📱 Decompile android apps with a single command

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published