[Forensics-changes] [yara] 98/407: Merge pull request #184 from wxsBSD/richpe

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:14 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 082096799b28c7d4f6789c6fd80de4e0b8b8a904
Merge: c0c1761 8b56f40
Author: Victor M. Alvarez <vmalvarez at google.com>
Date:   Mon Oct 13 10:34:19 2014 +0200

    Merge pull request #184 from wxsBSD/richpe
    
    Import hashing, rich signatures and other things

 libyara/Makefile.am            |    7 +-
 libyara/exec.c                 |   38 +
 libyara/grammar.c              |  657 +++++++------
 libyara/grammar.y              |   32 +
 libyara/include/yara/exec.h    |    2 +
 libyara/include/yara/md5.h     |   34 +
 libyara/include/yara/mem.h     |    4 +
 libyara/include/yara/modules.h |    6 +-
 libyara/include/yara/object.h  |    3 +-
 libyara/include/yara/pe.h      |   20 +
 libyara/include/yara/sha256.h  |   34 +
 libyara/include/yara/types.h   |    2 +-
 libyara/md5.c                  |  189 ++++
 libyara/mem.c                  |   13 +
 libyara/modules/pe.c           | 2056 +++++++++++++++++++++++++++++++++++++++-
 libyara/modules/tests.c        |    1 +
 libyara/object.c               |   14 +-
 libyara/sha256.c               |  158 +++
 18 files changed, 2914 insertions(+), 356 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