[Tool] apk decompile tool JADX use a. Download
1. Tools download
Download Address: Https://bintray.com/skylot/jadx/releases#files (but may not be up to date)
2. SOURCE download
Download Address: HTTPS://GITHUB.COM/SKYLOT/JADX two. Source Code compilation
After downloading the source code after the decompression, into the directory to execute the command:
git clone https://github.com/skylot/jadx.git
cd JADX
./gradlew Dist
Mainly pull down the JADX git master project, then run the corresponding Gradle task. The run script is then generated and the build directory is added:
Generates a script that can run Jadx,jadx-gui, and so on:
Three. Use a copy of the JADX folder under build to be used elsewhere, running Jadx-gui:
chengang@chengang-dev:~/dev_tools/jadx-master/build/jadx/bin$./jadx-gui
When the GUI is open, you can choose the apk that you want to decompile:
Find APK Click OK after the decompile will take a certain amount of time, wait patiently, then to display the Decompile code, the following is the reverse compilation of pea pod apk results:
You can also use the command to directly decompile the APK of the destination address:
Three. Advantages:
Convenient search function (Support global class, method, text query):
Can export Gradle Engineering, use Itellij or as to see Code
File->save as Gradle Project Select a new folder (preferably new empty folder, generated file in selected folder)
After the build, you can view the code with the IDE: