[Forensics-changes] [yara] 37/192: Make our memmem implementation available in dotnet.c (#521)

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit 9be9bb3737a7e316d6e90770c52a9bbc5138f5a7
Author: Hilko Bengen <hillu at users.noreply.github.com>
Date:   Thu Sep 22 22:52:12 2016 +0200

    Make our memmem implementation available in dotnet.c (#521)
---
 libyara/modules/dotnet.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libyara/modules/dotnet.c b/libyara/modules/dotnet.c
index 8eb8dbf..f92646c 100644
--- a/libyara/modules/dotnet.c
+++ b/libyara/modules/dotnet.c
@@ -26,6 +26,7 @@ limitations under the License.
 #include <yara/dotnet.h>
 #include <yara/modules.h>
 #include <yara/mem.h>
+#include <yara/strutils.h>
 
 #include <yara/pe_utils.h>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list