[Forensics-changes] [yara] 120/135: make 'dns_lookup' usable

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:39 UTC 2017


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

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

commit f3297245a1ed8213beeb63167651a1a60e21282f
Author: Bill Marczak <wrm at cs.berkeley.edu>
Date:   Fri Aug 22 15:44:53 2014 -0700

    make 'dns_lookup' usable
---
 libyara/modules/cuckoo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/modules/cuckoo.c b/libyara/modules/cuckoo.c
index 2b68b59..96dec9c 100644
--- a/libyara/modules/cuckoo.c
+++ b/libyara/modules/cuckoo.c
@@ -193,7 +193,7 @@ define_function(sync_mutex)
 begin_declarations;
 
   begin_struct("network");
-    declare_function("dns_lookup", "s", "i", network_dns_lookup);
+    declare_function("dns_lookup", "r", "i", network_dns_lookup);
     declare_function("http_get", "r", "i", network_http_get);
     declare_function("http_post", "r", "i", network_http_post);
     declare_function("http_request", "r", "i", network_http_request);

-- 
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