Skip to content

apk decompiler (full process), xml and sources in a single click (for windows only)

License

Notifications You must be signed in to change notification settings

shaybc/apk-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apk-decompiler

apk decompiler (full process), xml and sources in a single click (for windows only)

this is a package with all the necessary products (downloaded from other repos) and a single batch file to allow execution of the decompile process in a single click,

Requirements:

Install instructions:

Use instructions

  • copy the APK file you want to decompile into the "apk-source" folder (found at the folder you extracted the release)
  • double click the go.bat file and wait for the process to finish
  • see your decompiled apk at the "apk-output" folder (found at the folder you extracted the release)

Download manually latest versions:

if you want to updated the software versions included in this repo, then go ahead and download the software from the following links:

[APK Tool]

after download: copy the content into "apktool" folder (found at the folder you extracted the release)
so you should have this structure:

-- apk-decompiler
   |
   ---> apktool
        |
        ---> apktool.bat
        ---> apktool.jar
        ---> framework-res.apk

dex tools folder structure
i also recommend editing the 'apktool.bat' file and remarking the last line (add the word REM to the beginning of it and a space after it)
remark the last line

[Dex Tools]

Dex to Jar (dex2jar) - https://github.com/pxb1988/dex2jar/releases
after download: copy the content into "dex-tools" folder (found at the folder you extracted the release)
so you should have file structure similar to this:

-- apk-decompiler
   |
   ---> dex-tools
        |
        ---> bin
        ---> lib
        ---> d2j_invoke.bat
        ---> d2j_invoke.sh
        ---> d2j-apk-sign.bat
		...

dex tools folder structure

[Java Decompiler Cli]

JD Cli (jd-cli) - https://github.com/intoolswetrust/jd-cli/releases
after download: copy the content into "jad" folder (found at the folder you extracted the release)
so you should have file structure similar to this:

-- apk-decompiler
   |
   ---> jad
        |
        ---> bin
        ---> jd-cli
        ---> jd-cli.bat
        ---> jd-cli.jar
        ---> LICENSE.txt

java decompiler cli folder structure

[Java Decompiler GUI] Optional:

Java Decompiler (Jad) - https://github.com/java-decompiler/jd-gui/releases

About

apk decompiler (full process), xml and sources in a single click (for windows only)

Resources

License

Stars

Watchers

Forks

Packages

No packages published