Skip to content

Instantly share code, notes, and snippets.

@bpetrynski
Last active July 22, 2025 02:50
Show Gist options
  • Save bpetrynski/7f23089efb5e12147c4d6b945df2f0af to your computer and use it in GitHub Desktop.
Save bpetrynski/7f23089efb5e12147c4d6b945df2f0af to your computer and use it in GitHub Desktop.
Install script for jadx-gui for Ubuntu 20.04
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