This package browser is in early development. Mind the rough edges.

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.

Installation

Install the latest version of enjarify as follows:

guix install enjarify

Or install a particular version:

guix install enjarify@1.0.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.