mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Fixed exceptions.elf reference
This commit is contained in:
@@ -108,7 +108,7 @@ class module(generic.GenericIntelProcess):
|
||||
"linux",
|
||||
"elf",
|
||||
native_types = None,
|
||||
class_types = extensions.elf.class_types)
|
||||
class_types = elf.class_types)
|
||||
|
||||
syms = self._context.object(
|
||||
self.get_symbol_table().name + constants.BANG + "array",
|
||||
|
||||
Reference in New Issue
Block a user