Closed GoogleCodeExporter closed 9 years ago
I think this would be a good feature. It definitely would make things easier
as you stated there. Not sure why we don't do this for other plugins either.
I await ikelos' reasoning :-)
Original comment by jamie.l...@gmail.com
on 29 Jun 2011 at 6:51
Hmmm, we currently do this because it takes a long time to check all the
profiles, and will likely take even longer once we include linux/64-bit
profiles. Generally XPSP2 was a good default, although that may not be the
case anymore.
If people want to spend a long time, they probably won't mind spending a few
extra seconds running imageinfo first. If they don't want to spend a long
time, they definitely will *not* want to wait for scanning to complete on every
run.
Given that users can also specify their favoured default using the config file,
I'd rather not put profile auto-detection into every plugin. I am however up
for changing the de-facto default profile if people think XPSP2 is less common
these days? Which is the most common one?
Original comment by mike.auty@gmail.com
on 29 Jun 2011 at 6:57
Alright, I'm going to close this issue. Its been open long enough and seems
like supplying --profile on command line (or in a user preference file) is
pretty set in stone.
If, however, someone finds a quicker way to identify the OS in the future, feel
free to re-open. It would come in handy, for example, if you have a repository
of 100 memory dumps and want to check which ones have a particular process
running.
$ for i in `ls /dir/mem`; do ./vol.py pslist -f $i >> output; done
$ grep process_name output
Original comment by michael.hale@gmail.com
on 27 Oct 2011 at 3:02
Original issue reported on code.google.com by
michael.hale@gmail.com
on 29 Jun 2011 at 6:34