mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Change object_type parameter for object_from_symbol.
This commit is contained in:
@@ -27,7 +27,7 @@ class Check_trap_table(plugins.PluginInterface):
|
||||
|
||||
kernel = contexts.Module(self._context, self.config['darwin'], self.config['primary'], 0)
|
||||
|
||||
table = kernel.object_from_symbol(object_type = "mach_trap_table")
|
||||
table = kernel.object_from_symbol(symbol_name = "mach_trap_table")
|
||||
|
||||
for i, ent in enumerate(table):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user