biddyweb / androguard

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

NoneType object has no attribute class_def #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.To extract a CFG from apk
2.Running analysis.VMAnalysis()
3.In analysis.py, self.__vm.get_methods()
4.In dvm.py self.classes.class_def

What is the expected output? What do you see instead?
Shouldn't give that error

What version of the product are you using? On what operating system?
Androguard 1.9 ubuntu 13.10

Please provide any additional information below.

Original issue reported on code.google.com by nikhilre...@gmail.com on 16 Jan 2014 at 8:07

Attachments: