tking2 / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 1 forks source link

Error when execute script #354

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute any script inside folder volatility
2.
3.

What is the expected output? What do you see instead?

python scan.py -f /myimage.vmem

Traceback (most recent call last):
  File "scan.py", line 35, in <module>
    import volatility.debug as debug
ImportError: No module named volatility.debug

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

Bactrack 5
Linux bt 3.2.6 #1 SMP Fri Feb 17 10:40:05 EST 2012 i686 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by jbrazuel...@gmail.com on 14 Oct 2012 at 6:41

GoogleCodeExporter commented 9 years ago
You should use vol.py not scan.py directly like that... what is it you are 
trying to scan for?

Basic usage: http://code.google.com/p/volatility/wiki/VolatilityUsage22

I'm going to close this issue for now since it seems invalid, but if you need 
something else or if I have misunderstood what you are trying to do here, feel 
free to reopen it.

Original comment by jamie.l...@gmail.com on 14 Oct 2012 at 4:39