diff --git a/volatility/framework/__init__.py b/volatility/framework/__init__.py index f6749a1ee..f4d961d90 100644 --- a/volatility/framework/__init__.py +++ b/volatility/framework/__init__.py @@ -48,7 +48,7 @@ class Context(interfaces.context.ContextInterface): for creating new objects. """ - def __init__(self, natives): + def __init__(self, natives = symbols.native.x86NativeTable): """Initializes the context. This initializes the context and provides a default set of native types for the empty symbol space.