Ensure we only offer the configuration options we use.

This commit is contained in:
Mike Auty
2018-08-28 22:39:40 +01:00
parent 244af47a2a
commit b84a7abd37
-12
View File
@@ -24,18 +24,6 @@ class VadYaraScan(interfaces.plugins.PluginInterface):
description = "Primary kernel address space",
architectures = ["Intel32", "Intel64"]),
requirements.SymbolRequirement(name = "nt_symbols", description = "Windows OS"),
requirements.BooleanRequirement(name = "all",
description = "Scan both process and kernel memory",
default = False,
optional = True),
requirements.BooleanRequirement(name = "insensitive",
description = "Makes the search case insensitive",
default = False,
optional = True),
requirements.BooleanRequirement(name = "kernel",
description = "Scan kernel modules",
default = False,
optional = True),
requirements.BooleanRequirement(name = "wide",
description = "Match wide (unicode) strings",
default = False,