diff --git a/volatility/plugins/windows/handles.py b/volatility/plugins/windows/handles.py index fddf223e9..f3cf1b80f 100644 --- a/volatility/plugins/windows/handles.py +++ b/volatility/plugins/windows/handles.py @@ -24,6 +24,8 @@ class Handles(interfaces_plugins.PluginInterface): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self._sar_value = None + self._type_map = None + self._cookie = None self._level_mask = 7 @classmethod