dissect.target.plugins.os.windows.locale
¶
Module Contents¶
Classes¶
Windows locale plugin. |
Attributes¶
- dissect.target.plugins.os.windows.locale.WindowsKeyboardRecord¶
- class dissect.target.plugins.os.windows.locale.LocalePlugin(target)¶
Bases:
dissect.target.plugin.Plugin
Windows locale plugin.
- LANG_DICT¶
- check_compatible() None ¶
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.
- keyboard() Iterator[WindowsKeyboardRecord] ¶
Yield records of installed keyboards on the system.
- language() str | None ¶
Get a list of installed languages on the system.
- timezone() str | None ¶
Get the configured timezone of the system in IANA TZ standard format.