# decompile-apk **Repository Path**: 8ox86/decompile-apk ## Basic Information - **Project Name**: decompile-apk - **Description**: fork of https://github.com/venshine/decompile-apk - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # decompile-apk The decompile-apk tool consists of some scripts and different tools, it can provider auto decompile function for produce Java source code and resources from Android Apk files that displayed on GUI. * jd-gui ![jd-gui](screenshot/jd-gui.png) * jadx ![jadx](screenshot/jadx.png) * classyshark ![classyshark](screenshot/classyshark.png) ## Tools * Apktool : v2.2.4 * dex2jar : v2.1 * jd-gui : v1.4.0 * jadx : v0.6.1 * android-classyshark : v8.0 ## Platforms * Mac * Linux / Unix ## Download [decompile-apk](https://github.com/venshine/decompile-apk/releases) ## Usage ```shell # using integrated tools to decompile apk (recommend) sh decompile-apk.sh *.apk # using apktool/dex2jar/jd-gui to decompile apk sh jdgui-apk.sh *.apk # using jadx to decompile apk sh jadx-apk.sh *.apk # using classyshark to decompile apk sh classyshark-apk.sh *.apk ``` ## Summary * Apktool * advantage * complete resource files * source code in detail * disadvantage * using more complex, need for a combination of multiple tools * cannot better view the APK architecture logic * classyshark * advantage * easy to use, just a command line * source directory structure is clear, view the entire APK architecture graphically * disadvantage * source code too simple * cannot get resource files * jadx * advantage * convenient and quick * more perfect GUI interface, with more practical functions * decompile code readability is high * disadvantage * resource files partially missing ## Todo * more decompile tools * support decompile dex/aar/jar files ## About [venshine.cn@gmail.com](venshine.cn@gmail.com) ## License [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)