From 2f980fb613b91040ceb9b732fc01fd948303b128 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 11 Oct 2015 18:28:16 +0100 Subject: [PATCH] Fix up typo in symbols interface for native_structures (now natives). --- volatility/framework/interfaces/symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/interfaces/symbols.py b/volatility/framework/interfaces/symbols.py index 0ce0c429a..36a2d587b 100644 --- a/volatility/framework/interfaces/symbols.py +++ b/volatility/framework/interfaces/symbols.py @@ -15,7 +15,7 @@ class SymbolTableInterface(validity.ValidityRoutines): if name: self._type_check(name, str) self.name = name or None - self.native_structures = native_structures + self._native_structures = native_structures # ## Required Constant symbol functions