Add another Office2000 signature

git-svn: trunk@516
remotes/push_mirror/metadata
Trog 21 years ago
parent 467f8b1ef1
commit 8d5555bfbb
  1. 4
      clamav-devel/ChangeLog
  2. 3
      clamav-devel/libclamav/vba_extract.c

@ -1,3 +1,7 @@
Wed Apr 21 09:10:07 BST 2004 (trog)
-----------------------------------
* libclamav/vba_extract.c: Add another Office2000 signature
Wed Apr 21 00:27:18 CEST 2004 (tk)
----------------------------------
* libclamav: scanners:

@ -88,13 +88,14 @@ typedef struct byte_array_tag {
unsigned char *data;
} byte_array_t;
#define NUM_VBA_VERSIONS 11
#define NUM_VBA_VERSIONS 12
vba_version_t vba_version[] = {
{ { 0x5e, 0x00, 0x00, 0x01 }, "Office 97", 5, FALSE},
{ { 0x5f, 0x00, 0x00, 0x01 }, "Office 97 SR1", 5, FALSE },
{ { 0x65, 0x00, 0x00, 0x01 }, "Office 2000 alpha?", 6, FALSE },
{ { 0x6b, 0x00, 0x00, 0x01 }, "Office 2000 beta?", 6, FALSE },
{ { 0x6d, 0x00, 0x00, 0x01 }, "Office 2000", 6, FALSE },
{ { 0x6f, 0x00, 0x00, 0x01 }, "Office 2000", 6, FALSE },
{ { 0x70, 0x00, 0x00, 0x01 }, "Office XP beta 1/2", 6, FALSE },
{ { 0x73, 0x00, 0x00, 0x01 }, "Office XP", 6, FALSE },
{ { 0x79, 0x00, 0x00, 0x01 }, "Office 2003", 6, FALSE },

Loading…
Cancel
Save