2017-04-18 13:35:29 +00:00
|
|
|
if PACKAGE_yara
|
|
|
|
comment "Optional modules"
|
|
|
|
|
|
|
|
config YARA_module_magic
|
|
|
|
bool "Magic module"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Identify the type of the file based on the output of file command
|
|
|
|
|
|
|
|
config YARA_module_cuckoo
|
|
|
|
bool "Cuckoo module"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Create rules based on behavioral info generated by a Cuckoo sandbox
|
2018-06-05 18:01:14 +00:00
|
|
|
|
|
|
|
config YARA_module_dotnet
|
|
|
|
bool "Dotnet module"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
The dotnet module allows you to create more fine-grained rules
|
|
|
|
for .NET files by using attributes and features of the .NET file format
|
2017-04-18 13:35:29 +00:00
|
|
|
endif
|
|
|
|
|