6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-20 14:08:05 +00:00

Update ExcludeList.c

This commit is contained in:
Jora Kornev 2016-08-30 19:24:15 +03:00 committed by GitHub
parent 1e53188c4e
commit 220d7cf07e

@ -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,