mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
reverting forced profile
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user