1ENJARIFY(1)             User's Supplementary Documents             ENJARIFY(1)
2

NAME

4     enjarify — translate Dalvik to Java bytecode
5

SYNOPSIS

7     enjarify [-h] [-o OUTPUT] [-f] [--fast] inputfile
8

DESCRIPTION

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

OPTIONS

15     -h, --help
16          Display brief usage information.
17
18     -o, --output OUTPUT
19          The output file (.jar). Default: [input-filename]-enjarify.jar
20
21     -f, --force
22          Force overwriting the specified output file if it already exists.
23
24     --fast
25          Disable optimizations that produce more readable bytecode, which
26          speeds up the conversion.
27
28     inputfile
29          The input file (.dex or .apk). If a multidex apk is specified, all
30          dex files will be translated into a single .jar file.
31

NOTES

33     Optional metadata like source file attributes, line numbers and annota‐
34     tions are currently not translated.
35
36Linux                           August 26, 2015                          Linux
Impressum