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
Original issue reported on code.google.com by
jangjaew...@gmail.com
on 13 Mar 2013 at 2:22