Merge pull request #4848 from commodo/python-updates3
[feed/packages.git] / utils / yara / Config.in
1 if PACKAGE_yara
2 comment "Optional modules"
3
4 config YARA_module_magic
5 bool "Magic module"
6 default y
7 help
8 Identify the type of the file based on the output of file command
9
10 config YARA_module_cuckoo
11 bool "Cuckoo module"
12 default n
13 help
14 Create rules based on behavioral info generated by a Cuckoo sandbox
15 endif
16