This is a nice little assignment that requires a short description. Wants you to use the generator linked from my website to make a bunch of COM files. You will then create a virus scanner for these files in C/C++. Your scanner would run in Win32/Win64 and be capable of traversing directories recursively. You should expect to fine some COM files made by the generator on the machine and many files that were not made by the generator. Your goal is to have 100% detection of generated COM files, with zero false positive rates.
Please handle errors intelligently.