dissect.target.plugins.os.windows.syscache¶
Module Contents¶
Classes¶
Plugin to parse Syscache.hve. |
Attributes¶
- dissect.target.plugins.os.windows.syscache.SyscacheRecord¶
- class dissect.target.plugins.os.windows.syscache.SyscachePlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.PluginPlugin to parse Syscache.hve.
- hive¶
- check_compatible() None¶
Perform a compatibility check with the target.
This function should return
Noneif the plugin is compatible with the current target (self.target). For example, check if a certain file exists. Otherwise it should raise anUnsupportedPluginError.- Raises:
UnsupportedPluginError – If the plugin could not be loaded.
- syscache() collections.abc.Iterator[SyscacheRecord]¶
Parse the objects in the ObjectTable from the Syscache.hve file.
References