harshguptaiscf / androguard

Automatically exported from code.google.com/p/androguard
Apache License 2.0
0 stars 0 forks source link

vtable resolve issue #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by anthony....@gmail.com on 21 Dec 2012 at 8:07