[Forensics-changes] [yara] 171/368: Merge pull request #2 from plusvic/master
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:25 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 fa99c832ebe76b883efde7fe0bf56d8217dc0ca2
Merge: c6288b7 a4c614a
Author: Coleman Kane <ckane at colemankane.org>
Date: Fri Feb 19 20:51:47 2016 -0500
Merge pull request #2 from plusvic/master
Pull in latest changes to yara head
Makefile.am | 4 +
README.md | 8 +
docs/capi.rst | 6 +
docs/modules/cuckoo.rst | 2 +-
docs/modules/pe.rst | 47 ++
extra/logo-small.psd | Bin 317296 -> 0 bytes
extra/logo.ai | 293 ++++++++++++
extra/logo.psd | Bin 2909856 -> 0 bytes
extra/logo.svg | 65 +++
libyara/ahocorasick.c | 3 -
libyara/arena.c | 1 -
libyara/compiler.c | 9 +-
libyara/exception.h | 2 +-
libyara/exec.c | 5 +
libyara/filemap.c | 6 +-
libyara/grammar.c | 962 +++++++++++++++++++++-------------------
libyara/grammar.y | 40 +-
libyara/hash.c | 19 +-
libyara/hex_lexer.c | 63 ++-
libyara/include/yara.h | 1 +
libyara/include/yara/compiler.h | 1 +
libyara/include/yara/elf.h | 10 +-
libyara/include/yara/error.h | 2 +-
libyara/include/yara/filemap.h | 4 +-
libyara/include/yara/hash.h | 14 +-
libyara/include/yara/lexer.h | 4 +-
libyara/include/yara/limits.h | 2 +-
libyara/include/yara/modules.h | 3 -
libyara/include/yara/object.h | 2 +-
libyara/include/yara/parser.h | 5 +-
libyara/include/yara/pe.h | 13 +-
libyara/include/yara/rules.h | 1 +
libyara/include/yara/scan.h | 1 -
libyara/include/yara/strutils.h | 4 +-
libyara/include/yara/types.h | 15 +-
libyara/include/yara/utils.h | 10 +-
libyara/lexer.c | 239 +++++-----
libyara/lexer.l | 15 +-
libyara/libyara.c | 12 +-
libyara/mem.c | 2 +-
libyara/modules.c | 26 +-
libyara/modules/cuckoo.c | 2 +-
libyara/modules/elf.c | 14 +-
libyara/modules/hash.c | 10 +-
libyara/modules/magic.c | 6 +
libyara/modules/math.c | 10 +-
libyara/modules/pe.c | 342 +++++++++++---
libyara/object.c | 40 +-
libyara/parser.c | 60 ++-
libyara/proc.c | 2 +-
libyara/re.c | 24 +-
libyara/re_lexer.c | 67 ++-
libyara/rules.c | 19 +-
libyara/scan.c | 23 +-
libyara/stream.c | 6 +-
libyara/strutils.c | 2 +-
tests/test-alignment.c | 137 ++++++
threading.c | 24 +-
threading.h | 4 +-
windows/include/jansson.h | 2 +-
yara.c | 61 ++-
yara.man | 16 +-
yarac.c | 1 -
63 files changed, 1852 insertions(+), 941 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