mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
move the functionality for getting an object's type into the _OBJECT_HEADER extension
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user