diff --git a/Hidden/ExcludeList.c b/Hidden/ExcludeList.c index 93be663..2c23d42 100644 --- a/Hidden/ExcludeList.c +++ b/Hidden/ExcludeList.c @@ -436,6 +436,7 @@ BOOLEAN InitFilePathByString(PEXCULE_FILE_PATH path, PUNICODE_STRING FilePath, P return TRUE; } +// code from wikipedia.org static const unsigned int g_crc32Table [256] = { 0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419, 0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DCB8A4, 0xE0D5E91E, 0x97D2D988, 0x09B64C2B, 0x7EB17CBD,