mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Provide a default NativeTable, now that natives can be updated.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user