[Forensics-changes] [yara] 86/368: Create new option -k for stack size

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:14 UTC 2017


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

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

commit 6db06a4b9aab7b79e40299a2784cb101b40783c6
Author: Coleman Kane <ckane at colemankane.org>
Date:   Fri Oct 9 19:50:14 2015 -0400

    Create new option -k for stack size
    
    Sets the stack size for running the yara matching engine. Larger stack
    size = more memory footprint, but also larger rule size support.
---
 yara.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/yara.c b/yara.c
index 1f353cc..1cc03fd 100644
--- a/yara.c
+++ b/yara.c
@@ -158,6 +158,9 @@ args_option_t options[] =
   OPT_INTEGER('a', "timeout", &timeout,
       "abort scanning after the given number of SECONDS", "SECONDS"),
 
+  OPT_INTEGER('k', "stack-size", &timeout,
+      "Set stack size to allocate in exec() to BYTES", "BYTES"),
+
   OPT_BOOLEAN('r', "recursive", &recursive_search,
       "recursively search directories"),
 

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