From 363603e0d121f2a640e00f2e157c8d60f6cf51b7 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 30 Oct 2016 00:38:01 +0000 Subject: [PATCH] new yara magic from Christoph Biedl --- magic/Magdir/yara | 17 +++++++++++++++++ magic/Makefile.am | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 magic/Magdir/yara diff --git a/magic/Magdir/yara b/magic/Magdir/yara new file mode 100644 index 00000000..3e99c58f --- /dev/null +++ b/magic/Magdir/yara @@ -0,0 +1,17 @@ + + +#------------------------------------------------------------------------------ +# $File: yara,v 1.1 2016/10/30 00:38:01 christos Exp $ +# yara: file(1) magic for http://virustotal.github.io/yara/ +# + +0 string YARA +>4 lelong >2047 +>8 byte <20 YARA 3.x compiled rule set +# version +>>8 clear +>>8 byte 6 created with version 3.3.0 +>>8 byte 8 created with version 3.4.0 +>>8 byte 11 created with version 3.5.0 +>>8 default x +>>>8 byte x development version 0x%02x diff --git a/magic/Makefile.am b/magic/Makefile.am index 19701ecd..186ed835 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.120 2016/10/17 19:52:29 christos Exp $ +# $File: Makefile.am,v 1.121 2016/10/30 00:38:01 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -285,6 +285,7 @@ $(MAGIC_FRAGMENT_DIR)/xenix \ $(MAGIC_FRAGMENT_DIR)/xilinx \ $(MAGIC_FRAGMENT_DIR)/xo65 \ $(MAGIC_FRAGMENT_DIR)/xwindows \ +$(MAGIC_FRAGMENT_DIR)/yara \ $(MAGIC_FRAGMENT_DIR)/zfs \ $(MAGIC_FRAGMENT_DIR)/zilog \ $(MAGIC_FRAGMENT_DIR)/zyxel -- 2.40.0