Description
A command-line tool that converts Android Dalvik bytecode into equivalent Java bytecode. It helps reverse engineering, inspection, and migration workflows that need JVM-readable class files from Android application code.
Use it for analysis and development tasks where you are allowed to inspect the target application. It does not recreate original source code perfectly and should be used with respect for licenses and permissions.