ENJARIFY(1) | General Commands Manual (usd) | ENJARIFY(1) |
enjarify
—
translate Dalvik to Java bytecode
enjarify |
[-h ] [-o
OUTPUT] [-f ]
[--fast ] inputfile |
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.
-h,
--help
-o,
--output
OUTPUT-f,
--force
--fast
Optional metadata like source file attributes, line numbers and annotations are currently not translated.
August 26, 2015 | Linux |