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)¶
Bases:
dissect.target.plugin.Plugin
Windows WinRAR GUI plugin.
- BASE_KEY = 'HKEY_CURRENT_USER\\Software\\WinRAR'¶
- check_compatible()¶
Perform a compatibility check with the target.
This function should return
None
if 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() Iterator[WinRarRecord] ¶
Return all available WinRAR history registry key values.