move the functionality for getting an object's type into the _OBJECT_HEADER extension

This commit is contained in:
Michael Ligh
2018-12-13 01:16:05 +00:00
committed by ikelos
parent 4b0e7e5309
commit 4c68da8b06
+2
View File
@@ -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