Install Jadx-Gui For Kali Linux
JADX: is an open-source software tool that decompiles Android application files (DEX, APK, AAB) into readable Java source code
Install Jadx-Gui For Kali Linux

Icon
JADX: is an open-source software tool that decompiles Android application files (DEX, APK, AAB) into readable Java source code
Jadx-Gui: is a GUI tool used to reverse-engineer Android apps
Why we Use jadx-gui: Because it helps to find:
- Hardcoded credentials
- Deep links
- Exported components
- WebView vulnerabilities
- Intent injections
- First to install this you make Update & Upgrade for Kali linux
sudo apt-get update
sudo apt-get upgrade
2. Install Jadx-Gui:
sudo apt-get install jadx

Install jadx
Installing the APK that you want to reverse this and put it in the location you want and save this location.
3. Running Jadx-Gui
# jadx-gui '<Location for an APK>'
jadx-gui '/home/anwer/Desktop/DivaApplication.apk'

Running jadx
Once it running you can see the code for this application
From the Important things with this code is the AndroidManifest.xml file.

Once you Open you can see all Activities, Services, ServiceProvider, and Permissions.

Openning AndroidManifest.xml
메타데이터
- post_id
- ffcef0627e79
- slug
- install-jadx-gui-for-kali-linux-ffcef0627e79
- url
- https://medium.com/@anwer0x11/install-jadx-gui-for-kali-linux-ffcef0627e79
- canonical_url
- https://medium.com/@anwer0x11/install-jadx-gui-for-kali-linux-ffcef0627e79
- author_url
- https://medium.com/@anwer0x11
- status
- ok
- fetched_at
- 2026-06-17 15:18:21