mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
yara: add dotnet module
Dotnet module added as a compile time option. The dotnet module allows you to create more fine-grained rules for .NET files by using attributes and features of the .NET file format. http://yara.readthedocs.io/en/latest/modules/dotnet.html Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ define Package/yara/description
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-dotnet \
|
||||
$(if $(CONFIG_YARA_module_dotnet),--enable,--disable)-dotnet \
|
||||
$(if $(CONFIG_YARA_module_magic),--enable,--disable)-magic \
|
||||
$(if $(CONFIG_YARA_module_cuckoo),--enable,--disable)-cuckoo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user