dissect.target.plugins.apps.productivity.winrar¶
Module Contents¶
Classes¶
Windows WinRAR GUI plugin. |
Attributes¶
- dissect.target.plugins.apps.productivity.winrar.WinRarRecord¶
- class dissect.target.plugins.apps.productivity.winrar.WinRarPlugin(target: dissect.target.target.Target)¶
Bases:
dissect.target.plugin.PluginWindows WinRAR GUI plugin.
- BASE_KEY = 'HKEY_CURRENT_USER\\Software\\WinRAR'¶
- 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.
- winrar() collections.abc.Iterator[WinRarRecord]¶
Return all available WinRAR history registry key values.