ohio813 / androguard

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

testing the demos from ARE #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
run 
./dalvikvm_format_1.py 

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "./dalvikvm_format_1.py", line 7, in <module>
    from androguard.core.bytecodes import dvm
ImportError: No module named androguard.core.bytecodes

What version of the product are you using? On what operating system?

ARE from virtualbox

Please provide any additional information below.

Original issue reported on code.google.com by psteg...@gmail.com on 28 Mar 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Hi,

for demos, you must run like that :

desnos@t0t0:~/androguard$ ./demos/dalvikvm_format_1.py

Original comment by anthony....@gmail.com on 28 Mar 2012 at 1:20