*.int files are too common

This commit is contained in:
Akash Mozumdar 2019-08-19 16:00:38 -04:00
parent 2333692448
commit 3f004554f8

View File

@ -179,8 +179,7 @@ bool DetermineEngineByFile1()
InsertArtemisHook();
return true;
}
if (Util::CheckFile(L"*.int")) {
InsertCatSystemHook();
if (Util::CheckFile(L"*.int") && InsertCatSystemHook()) {
return true;
}
if (Util::CheckFile(L"message.dat")) {