tomchop / volatility-autoruns

Autoruns plugin for the Volatility framework
GNU General Public License v2.0
118 stars 20 forks source link

Autoruns.py error #8

Closed walkr113 closed 7 years ago

walkr113 commented 8 years ago

I just downloaded autoruns.py and installed it in the contrib/plugins folder. I specify the --plugins=/contrib/plugins option but I"m getting the error: *\ Failed to import volatility.plugins.autoruns (SyntaxError: invalid syntax (autoruns.py, line 265)) What is wrong with the syntax of that line?

    values = {str(name): str(dat) for name, dat in self.regapi.reg_yield_values(hive_name='system', key='', given_root=service_key)}
tomchop commented 8 years ago

What version of python are you running?

walkr113 commented 8 years ago

2.6

Sent from my iPhone

On Dec 7, 2015, at 3:59 PM, Thomas Chopitea notifications@github.com wrote:

What version of python are you running?

— Reply to this email directly or view it on GitHub.

tomchop commented 8 years ago

This can come from your python version. Have you tried with a python 2.7 interpreter?