Fix up the descriptions for non-simple requirements.

This commit is contained in:
Mike Auty
2019-01-03 00:39:53 +00:00
parent 19f908b075
commit 040da46deb
45 changed files with 91 additions and 85 deletions
@@ -36,8 +36,8 @@ class CmdLine(interfaces_plugins.PluginInterface):
# Since we're calling the plugin, make sure we have the plugin's requirements
return [
requirements.TranslationLayerRequirement(
name = 'primary', description = 'Kernel Address Space', architectures = ["Intel32", "Intel64"]),
requirements.SymbolRequirement(name = "nt_symbols", description = "Windows OS")
name = 'primary', description = 'Memory layer for the kernel', architectures = ["Intel32", "Intel64"]),
requirements.SymbolRequirement(name = "nt_symbols", description = "Windows kernel symbols")
]
def _generator(self, procs):