michelle-joudrey / volatility

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

conf-file isn't supported on windows #315

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't think the  --conf-file option has ever been
supported on Windows, because there's no $HOME environment variable:

http://code.google.com/p/volatility/source/browse/trunk/volatility/conf.py#454

There shoudn't be any reason we can't support it in the future though. 

Original issue reported on code.google.com by michael.hale@gmail.com on 27 Jul 2012 at 3:20

GoogleCodeExporter commented 8 years ago
Actually its a real pain to make this config file thing work - we severely 
hacked optparser to make it kind of work.

The new argparse has support for a config file
http://docs.python.org/dev/library/argparse.html#fromfile-prefix-chars

But the file format is a little strange (its basically just a sequence of 
command line args one on each line). Maybe we should just use that though since 
its quite standard?

Original comment by scude...@gmail.com on 29 Jul 2012 at 3:17

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2096.

Original comment by mike.auty@gmail.com on 29 Jul 2012 at 9:22