[Forensics-changes] [yara] 13/160: Merge pull request #252 from hillu/stream
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:29:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.4.0
in repository yara.
commit 22cb5080ebd0d7f154d43fa16d1b1b9e8409b316
Merge: 316e5f2 410c9cb
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Thu Feb 12 13:44:53 2015 +0100
Merge pull request #252 from hillu/stream
Add stream API with fread() like API, enhance yara.load to accept "file-like-objects"
libyara/Makefile.am | 3 +
libyara/arena.c | 84 +++++++++++++++++++++++
libyara/include/yara.h | 1 +
libyara/include/yara/arena.h | 6 ++
libyara/include/yara/rules.h | 5 ++
libyara/include/{yara.h => yara/stream.h} | 35 +++++++---
libyara/libyara.sym | 1 +
libyara/rules.c | 47 +++++++++++++
libyara/{include/yara.h => stream.c} | 23 ++++---
yara-python/tests.py | 106 +++++++++++++++++++++++++++++-
yara-python/yara-python.c | 71 +++++++++++++++++---
11 files changed, 350 insertions(+), 32 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