[Forensics-changes] [yara] 271/407: Merge pull request #215 from wxsBSD/resource_name_and_entropy

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:36 UTC 2017


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

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

commit f3b9bd3440fd4c1c07fe9a8b54fafc0bea590a82
Merge: 82a4212 6e6b906
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Dec 29 22:17:34 2014 +0100

    Merge pull request #215 from wxsBSD/resource_name_and_entropy
    
    Improvements to PE module, entropy module and support for floating-point numbers

 libyara/Makefile.am            |    1 +
 libyara/exec.c                 |  134 ++
 libyara/grammar.c              | 3020 +++++++++++++++++++++-------------------
 libyara/grammar.h              |  220 +--
 libyara/grammar.y              |  325 ++++-
 libyara/include/yara/exec.h    |   11 +
 libyara/include/yara/lexer.h   |    1 +
 libyara/include/yara/modules.h |   19 +
 libyara/include/yara/object.h  |    8 +
 libyara/include/yara/parser.h  |    7 +
 libyara/include/yara/types.h   |    8 +
 libyara/lexer.c                |  487 +++----
 libyara/lexer.l                |    4 +
 libyara/modules/entropy.c      |  180 +++
 libyara/modules/module_list    |    1 +
 libyara/modules/pe.c           |  241 ++--
 libyara/modules/tests.c        |   12 +
 libyara/object.c               |   62 +
 libyara/parser.c               |   23 +
 19 files changed, 2807 insertions(+), 1957 deletions(-)

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