Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

dex support #46

Open ysangkok opened 9 years ago

ysangkok commented 9 years ago

It would be really nice if Krakatau supported dex bytecode. Thanks.

Storyyeller commented 9 years ago

Unfortunately, I don't think I can add dex support due to potential legal issues.

You can try using dex2jar though. It works pretty well in practice, though sometimes you have to fix it up with baksmali first.

Konloch commented 9 years ago

Hate to bump an old thread, but I was curious, what legal issues would come from that? Cheers.

Also dex2jar is a great solution.

Storyyeller commented 9 years ago

There's also Enjarify now. (https://github.com/google/enjarify)

Konloch commented 9 years ago

Oooh thanks for this, I'll be sure to look into it!