libv4l: update to 1.22.1
[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
16 config YARA_module_dotnet
17 bool "Dotnet module"
18 default n
19 help
20 The dotnet module allows you to create more fine-grained rules
21 for .NET files by using attributes and features of the .NET file format
22 endif
23