Browse code

some embedded PEs were not being detected

git-svn: trunk@3181

Tomasz Kojm authored on 2007/08/21 07:27:28
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Aug 20 23:31:16 CEST 2007 (tk)
2
+----------------------------------
3
+  * libclamav/filetypes.c: some embedded PEs were not being detected
4
+
1 5
 Sun Aug 19 10:35:38 BST 2007 (njh)
2 6
 ----------------------------------
3 7
  * clamav-milter:	Fix compilation error on NetBSD2.0
... ...
@@ -196,7 +196,7 @@ static const struct cli_smagic_s cli_smagic[] = {
196 196
     {"60ea{7}0202", "ARJ-SFX", CL_TYPE_ARJSFX},
197 197
     {"efbeadde4e756c6c736f6674496e7374", "NSIS", CL_TYPE_NULSFT},
198 198
 
199
-    {"4d5a{180-300}50450000", "PE", CL_TYPE_MSEXE},
199
+    {"4d5a{60-300}50450000", "PE", CL_TYPE_MSEXE},
200 200
 
201 201
     {NULL,  NULL,   CL_TYPE_UNKNOWN_DATA}
202 202
 };