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

enjarify 1.0.3

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 enjarify 1.0.3 as follows:

guix install enjarify@1.0.3

Or install the latest version:

guix install enjarify

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.