How to convert .apk files to .dex files?
Please help.
|
feedback
|
Why would you need the dex file though? Its byte code file for dalvik VM. | |||
|
feedback
|
|
Here you can find a dissambler: http://code.google.com/p/smali/ And in this two post you can get more information about the process: http://zeaster.blogspot.com/2007/11/how-to-decompile-dex-file-on-android_28.html http://mylifewithandroid.blogspot.com/2009/01/disassembling-dex-files.html | |||||
feedback
|