Skip to content

Commit 832bdc2

Browse files
committed
Linux: Fix long standing typo (thanks to @gcmoreira)
1 parent 96820e2 commit 832bdc2

File tree

1 file changed

+1
-1
lines changed
  • volatility3/framework/symbols/linux/extensions

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def get_symbols(self):
108108
"linux",
109109
"elf",
110110
native_types = None,
111-
class_types = extensions.elf.class_types)
111+
class_types = elf.class_types)
112112

113113
syms = self._context.object(
114114
self.get_symbol_table().name + constants.BANG + "array",

0 commit comments

Comments
 (0)