APK Decompiler Toolkit
Dex Kraft is a powerful APK decompiler app for extracting and analyzing Android APK files. Use it only with proper permission and at your own responsibility.
This app is intended for educational, research, development, digital investigation, and malware analysis purposes only. It is a valuable tool for developers, security researchers, and investigators who need to inspect, debug, or analyze APK files. Always ensure you have proper authorization before decompiling or analyzing any APK files. You are solely responsible for your use of this tool and must comply with all applicable laws and regulations.
Analyze the core logic by decompiling DEX files into readable Java source code using the integrated JADX engine.
Extract and inspect all application assets, including the AndroidManifest.xml, images, and other resource files with Apktool.
Dex Kraft automatically downloads and configures all required dependencies, including JADX and Apktool, so you can start analyzing immediately.
Features a straightforward graphical user interface that simplifies the process of selecting an APK and running the decompiler.
git clone https://github.com/juttcybertech/DexKraft.git
cd DexKraft
python -m pip install -r requirements.txt
pip install -r requirements.txt
Launch the application to open the graphical user interface.
python DexKraft.py
python3 DexKraft.py
Note: You do not need to manually download any dependencies. Dex Kraft will automatically download and set up all required dependencies for you.