增加新的table_type:文件摘要,根据摘要识别大体积文件。
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "rulescan.h"
|
||||
#include "UniversalBoolMatch.h"
|
||||
|
||||
int MAAT_FRAME_VERSION_1_2_20151103
|
||||
int MAAT_FRAME_VERSION_1_2_20151103=1
|
||||
const char *maat_module="MAAT Frame";
|
||||
const char* CHARSET_STRING[]={"CHARSET_NONE","GBK","BIG5","UNICODE","UTF-8"};
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ enum MAAT_TABLE_TYPE
|
||||
TABLE_TYPE_COMPILE,
|
||||
TABLE_TYPE_PLUGIN,
|
||||
TABLE_TYPE_INTVAL,
|
||||
TABLE_TYPE_DIGEST,
|
||||
TABLE_TYPE_GROUP
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user