Copy/Paste error in Explorer.exe checks
A free utility that finds malware and other threats
Status: Abandoned
Brought to you by:
merces
While reviewing code, I found a potential copy/paste error.
In modStartupList.bas, there's a CheckExplorer() routine. It prints out 7 locations for Explorer.exe, but only checks 5 unique locations.
(sWinDir & "\command\explorer.exe") and (sWinDir & "\system\explorer.exe") are both checked twice.