ksanchezcld / volatility

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

Make user manually override running a plugin on a profile it doesn't support #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The sockets plugin, among others, only support certain configurations. 
Attempting to run these plugins on other configurations can result in undesired 
behavior. As such, could we add a check to ensure the user doesn't run a plugin 
on an unsupported configuration unless they really want to? The attached patch 
adds a --unsupported flag to override the check for supported configurations.

Original issue reported on code.google.com by jessekornblum on 2 Feb 2012 at 2:24

Attachments:

GoogleCodeExporter commented 9 years ago
So we've already been discussing this for a while, please see issue 67 and 
issue 113.  We're leaning towards scudette's solution in comment 5 of issue 113:

http://code.google.com/p/volatility/issues/detail?id=113#c5

Original comment by jamie.l...@gmail.com on 2 Feb 2012 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by jamie.l...@gmail.com on 2 Feb 2012 at 3:38