Greetings.

I have a question about how to extract class files of an application
installed on an Android platform.
Here is what I want to do.


Suppose that an application "X" is installed on my Android phone.
What X does is to read some of class files of "X" and send the files
over the network.


Here I faced two problems.


1) How to locate the class files, which constitue "X".
If the class files are inside a .dex file, then the question is how
to
locate the .dex file.


2) How to extract class files.
Once I locate where the class files (or the .dex file), the next
question is how to extract and load the class files from "X".


So, I am wondering if there would be any ways to handle the above
issues.


Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to