From a4cc6459969e64fabfaf1992b6bf366f759fe5b8 Mon Sep 17 00:00:00 2001 From: gleeda Date: Wed, 21 May 2014 22:58:16 -0400 Subject: [PATCH] reverting forced profile --- volatility/addrspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/addrspace.py b/volatility/addrspace.py index 7fa9de4c..110bf176 100755 --- a/volatility/addrspace.py +++ b/volatility/addrspace.py @@ -75,7 +75,7 @@ class BaseAddressSpace(object): @staticmethod def register_options(config): ## By default load the profile that the user asked for - config.add_option("PROFILE", default = None, type = 'str', + config.add_option("PROFILE", default = "WinXPSP2x86", type = 'str', nargs = 1, action = "callback", callback = check_valid_profile, help = "Name of the profile to load")