tking2 / volatility

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

cmdscan and consoles broken in 2.3a #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ python vol.py -f image.mem consoles
Volatile Systems Volatility Framework 2.3_alpha
WARNING : volatility.plugins.malware.malfind: Single strings to 
search_process_memory is deprecated, use a list instead

same for cmdscan

To resolve, edit volatility/plugins/malware/cmdhistory.py and change each 
invocation of
task.search_process_memory(srch_pattern)
to
task.search_process_memory(list(srch_pattern))

Original issue reported on code.google.com by andreas....@gmail.com on 8 Jan 2013 at 8:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
forgot to mention this happens at revision 2841 but likely was introduced 
earlier

Original comment by andreas....@gmail.com on 8 Jan 2013 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by jamie.l...@gmail.com on 8 Jan 2013 at 8:54

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2842.

Original comment by jamie.l...@gmail.com on 9 Jan 2013 at 4:25