harshguptaiscf / androguard

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

./androxgmml.py excution error(no attribute 'get_method) #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  I downloaded from your site and installed as followings in a week ago:
  hg clone https://androguard.googlecode.com/hg/ androguard 
  hg pull && hg update

1. When the androxgmml.py is excuted, the error text is displaying.
   a) $ ./androxgmml.py -i myapps.apk -o output.xgmml -f
   a-1) $ ./androxgmml.py -i myapps.apk -o output.xgmml -e
   b) .....
      File "./androxgmml.py", line 153, in export_xgmml_fcg
         if j.get_method().get_class_name() in classes and m.get_info() in classes:
 AttributeError: PathP instance has no attribute 'get_method'
   * when I use androxgmml.py except for -f or -e, the script is well done.

2. Platform : Ubuntu 12.04 LTS, ipython 0.13.1, python 2.7.3

Original issue reported on code.google.com by jangjaew...@gmail.com on 13 Mar 2013 at 2:22

GoogleCodeExporter commented 8 years ago

Original comment by anthony....@gmail.com on 13 Mar 2013 at 3:55