I have a .dex file, name it classes.dex .
Is there a way to βreadβ the contents of this classes.dex and get a list of all the classes in it as the full names of the classes, including their package, com.mypackage.mysubpackage.MyClass , for exmaple?
I was thinking about com.android.dx.dex.file.DexFile , but I cannot find a way to retrieve the entire set of classes.
java android class dex dx
Lopina Jul 05 '12 at 11:28 2012-07-05 11:28
source share