logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enjarify — translate Dalvik to Java bytecode

Description

       Android  applications  (.apk) contain Java classes compiled in bytecode for the Dalvik VM, usually inside
       the file classes.dex.  To allow analyzing those files, they have to be translated  back  to  normal  Java
       bytecode.

Name

       enjarify — translate Dalvik to Java bytecode

Notes

       Optional metadata like source file attributes, line numbers and annotations are currently not translated.

Linux                                            August 26, 2015                                     ENJARIFY(1)

Options

-h,--help
            Display brief usage information.

       -o,--outputOUTPUT
            The output file (.jar). Default: [input-filename]-enjarify.jar

       -f,--force
            Force overwriting the specified output file if it already exists.

       --fast
            Disable optimizations that produce more readable bytecode, which speeds up the conversion.

       inputfile
            The input file (.dex or .apk). If a multidex apk is specified, all dex files will be translated into
            a single .jar file.

Synopsis

enjarify [-h] [-oOUTPUT] [-f] [--fast] inputfile

See Also