enjarify

translate Dalvik bytecode to equivalent Java bytecode

Install

All systems
curl cmd.cat/enjarify.sh
Debian Debian
apt-get install enjarify
Ubuntu
apt-get install enjarify
Arch Arch Linux
pacman -S enjarify
image/svg+xml Kali Linux
apt-get install enjarify
Fedora
dnf install enjarify
Windows (WSL2)
sudo apt-get update sudo apt-get install enjarify
Raspbian
apt-get install enjarify

enjarify

translate Dalvik bytecode to equivalent Java bytecode

Android applications are Java programs that run on a customized virtual machine, which is part of the Android operating system, the Dalvik VM. Their bytecode differs from the bytecode of normal Java applications. Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode, which simplifies the analysis of Android applications.