df05 / malwarecookbook

Automatically exported from code.google.com/p/malwarecookbook
0 stars 0 forks source link

issue with impscan #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have problem with impscan whenever I try to use it withh injected file , it 
shows this output (I have tried -s and it does not work too) 

C:\Volatility 2.0>python vol.py --profile=WinXPSP2x86 -f "Windows XP 
Professional-Snapshot11.vmem" -p 2344 impscan -a 0x6fff0
000 -D test
Volatile Systems Volatility Framework 2.1_alpha
Traceback (most recent call last):
  File "vol.py", line 135, in <module>
    main()
  File "vol.py", line 126, in main
    command.execute()
  File "C:\Volatility 2.0\volatility\commands.py", line 77, in execute
    data = self.calculate()
  File "C:\Volatility 2.0\volatility\plugins\malware.py", line 1516, in calculate
    mods = list(self.list_modules(p))
AttributeError: 'ImpScan' object has no attribute 'list_modules'

Pleases guys any help would be appreciated

thanks  

Original issue reported on code.google.com by research...@gmail.com on 30 Oct 2011 at 2:26

GoogleCodeExporter commented 8 years ago
This bug was introduced with the changes made to the main volatility branch 
last week (http://code.google.com/p/volatility/source/detail?r=1137). Just got 
a chance to update malware.py: 

http://code.google.com/p/malwarecookbook/source/detail?r=124

Thanks!

Original comment by michael.hale@gmail.com on 31 Oct 2011 at 2:49