What steps will reproduce the problem?
1.Use androguard to analyze GoogleServicesFramework.odex(pull from Nexus 7
android 4.1), like:
dvm = DalvikOdexVMFormat(open("GoogleServicesFramework.odex", "r").read())
vma = uVMAnalysis(dvm)
2. Get all the instructions from a class based on "MessageMicro".
3. Some instructions shows like "invoke-virtual-quick v2, v1, vtable[0x18]",
the vtable part doesn't get resolved.
What is the expected output? What do you see instead?
The basic class is defined in framework.apk or framework.odex files in android
"/system/framework" directory. You can pull from your rooted android phone. The
tool should load the android framework files and resolve the vtable.
What version of the product are you using? On what operating system?
androguard 1.9
Please provide any additional information below.
If you need more information, please email me.
Original issue reported on code.google.com by Eong.C...@gmail.com on 19 Dec 2012 at 6:23
Original issue reported on code.google.com by
Eong.C...@gmail.com
on 19 Dec 2012 at 6:23