Fix issues with SymbolRequirement refactoring.

This commit is contained in:
Mike Auty
2019-02-11 22:30:22 +00:00
parent 12fe297c80
commit 4e8c8a7232
5 changed files with 6 additions and 6 deletions
@@ -36,7 +36,7 @@ class PsScan(plugins.PluginInterface, timeliner.TimeLinerInterface):
return [
requirements.TranslationLayerRequirement(
name = 'primary', description = 'Memory layer for the kernel', architectures = ["Intel32", "Intel64"]),
requirements.SymbolRequirement(name = "nt_symbols", description = "Windows kernel symbols"),
requirements.SymbolTableRequirement(name = "nt_symbols", description = "Windows kernel symbols"),
]
@classmethod