From 94ae92013a46e3ce8a73a43962b95804164aa4ab Mon Sep 17 00:00:00 2001 From: clem1 Date: Wed, 7 Nov 2018 15:21:24 +0100 Subject: [PATCH] yara: enable dotnet module for fuzzing (#1931) --- projects/yara/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/yara/build.sh b/projects/yara/build.sh index 0eb3b8b40..8aba4611e 100755 --- a/projects/yara/build.sh +++ b/projects/yara/build.sh @@ -16,7 +16,7 @@ ################################################################################ ./bootstrap.sh -./configure --enable-debug --enable-dex --without-crypto +./configure --enable-debug --enable-dex --enable-dotnet --without-crypto make clean make -j$(nproc) all