Install Jadx decompilation tool on Mac
Ready to work
- Mac one
step
01 clone warehouse compilation
-
mkdir jadx #Create jadx directory
-
git clone https://github.com/skylot/jadx.git #Clone the repository to the directory
-
cd jadx # Enter the jadx directory
-
./gradlew dist # Perform compilation This requires a little wait
Command effect diagram
02 Run and use jadx-gui
Find the compiled jadx-gui executable file and run
My Mac directory: /Users/mac/jadx/build/jadx/bin/jadx-gui
jadx renderings
End~🍺🍺🍺~
[출처] www.programmersought.com/article/80734931565/
Install Jadx decompilation tool on Mac - Programmer Sought
Install Jadx decompilation tool on Mac Ready to work step 01 clone warehouse compilation mkdir jadx #Create jadx directory git clone https://github.com/skylot/jadx.git #Clone the repository to the directory cd jadx # Enter the jadx directory ./gradlew dist
www.programmersought.com