Platform
android
Available at: https://github.com/muellerberndt/apkx

Last updated: September 29, 2023

apkx

apkx is a Python wrapper to popular free DEX converters and Java decompilers. It automates the extraction, conversion, and decompilation of APKs. Install it as follows:

git clone https://github.com/muellerberndt/apkx
cd apkx
sudo ./install.sh

This should copy apkx to /usr/local/bin. See section "Decompiling Java Code" of the "Reverse Engineering and Tampering" chapter for more information about usage.