Closed GoogleCodeExporter closed 9 years ago
Are you sure to be at the latest version ?
Because get_vm is present in VMAnalysis :
http://code.google.com/p/androguard/source/browse/core/analysis/analysis.py
Original comment by anthony....@gmail.com
on 28 Oct 2011 at 7:02
Now that I am using newest version, I am getting this error:
abce@abcd-laptop:~/abcd/abcd/androguard$ ./androgexf.py -i
'/abcd/abcd/abcd/abcd/abcd.apk' -o ./abcd.gexf
/usr/lib/pymodules/python2.6/matplotlib/numerix/__init__.py:18:
DeprecationWarning:
**********************************************************
matplotlib.numerix and all its subpackages are deprecated.
They will be removed soon. Please use numpy instead.
**********************************************************
warnings.warn(msg, DeprecationWarning)
/usr/lib/pymodules/python2.6/networkx/generators/hybrid.py:16:
DeprecationWarning: the sets module is deprecated
import sets
Traceback (most recent call last):
File "./androgexf.py", line 68, in <module>
main(options, arguments)
File "./androgexf.py", line 56, in main
gvmx.export_to_gexf( options.output )
File ".//core/analysis/ganalysis.py", line 247, in export_to_gexf
for node in self.G.node :
AttributeError: 'DiGraph' object has no attribute 'node'
Original comment by xur...@gmail.com
on 29 Oct 2011 at 1:04
Ok maybe I'm using a too recent version of networkx. I updated the repository
by using the specific methods to get nodes and edges.
Tell me if it's ok.
Original comment by anthony....@gmail.com
on 29 Oct 2011 at 8:42
Thanks a lot. Its creating gexf file perfectly now.
Original comment by xur...@gmail.com
on 29 Oct 2011 at 9:19
Ok cool :)
Original comment by anthony....@gmail.com
on 29 Oct 2011 at 9:20
Original issue reported on code.google.com by
xur...@gmail.com
on 28 Oct 2011 at 6:41