Dedexer is a free and open source disassembler tool for DEX files. DEX is a format introduced by the creators of the Android platform. DEX and the associated opcode set is in distant relationship with the Java class file format and Java bytecodes.
Dedexer is able to read the DEX format and turn into an "assembly-like format". DEX was largely influenced by the Jasmin syntax but contains Dalvik opcodes. For this reason, Jasmin is not able to compile the generated files.
NOTE: Dedexer is licensed and distributed under the terms of the Public Domain license.
Requirements:
· Java 1.6 or later
· JUnit 4.5 or later
What's New in This Release: [ read full changelog ]
· Full annotation support, including .throws, .inner, .enclosing decompilation.