Browse code

Add another Office2000 signature

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@516 77e5149b-7576-45b1-b177-96237e5ba77b

Trog authored on 2004/04/21 17:10:42
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Apr 21 09:10:07 BST 2004 (trog)
2
+-----------------------------------
3
+  * libclamav/vba_extract.c: Add another Office2000 signature
4
+
1 5
 Wed Apr 21 00:27:18 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: scanners:
... ...
@@ -88,13 +88,14 @@ typedef struct byte_array_tag {
88 88
 	unsigned char *data;
89 89
 } byte_array_t;
90 90
 
91
-#define NUM_VBA_VERSIONS 11
91
+#define NUM_VBA_VERSIONS 12
92 92
 vba_version_t vba_version[] = {
93 93
 	{ { 0x5e, 0x00, 0x00, 0x01 }, "Office 97",              5, FALSE},
94 94
 	{ { 0x5f, 0x00, 0x00, 0x01 }, "Office 97 SR1",          5, FALSE },
95 95
 	{ { 0x65, 0x00, 0x00, 0x01 }, "Office 2000 alpha?",     6, FALSE },
96 96
 	{ { 0x6b, 0x00, 0x00, 0x01 }, "Office 2000 beta?",      6, FALSE },
97 97
 	{ { 0x6d, 0x00, 0x00, 0x01 }, "Office 2000",            6, FALSE },
98
+	{ { 0x6f, 0x00, 0x00, 0x01 }, "Office 2000",            6, FALSE },
98 99
 	{ { 0x70, 0x00, 0x00, 0x01 }, "Office XP beta 1/2",     6, FALSE },
99 100
 	{ { 0x73, 0x00, 0x00, 0x01 }, "Office XP",              6, FALSE },
100 101
 	{ { 0x79, 0x00, 0x00, 0x01 }, "Office 2003",            6, FALSE },