vote up 1 vote down star
3

Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?

flag

72% accept rate

2 Answers

vote up 2 vote down

i'd actually recommend going here: http://code.google.com/p/smali/

it provides BAKSMALI which is a most excellent reverse-engeneering tool for DEX files. made by JesusFreke, the guy who created the famos ROMs for Android.

link|flag
vote up 1 vote down

Have a look here and here. You will get possible leads from there to move on.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.