Last active
July 22, 2025 02:50
-
-
Save bpetrynski/7f23089efb5e12147c4d6b945df2f0af to your computer and use it in GitHub Desktop.
Install script for jadx-gui for Ubuntu 20.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/skylot/jadx/releases/download/v1.2.0/jadx-1.2.0.zip | |
sudo unzip jadx-1.2.0.zip -d /usr/local/bin/jadx-1.2.0 | |
cd /usr/local/bin/ | |
sudo ln -s jadx-1.2.0/bin/jadx jadx | |
sudo ln -s jadx-1.2.0/bin/jadx-gui jadx-gui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment