Category : Miscellaneous Language Source Code
Archive   : CRCSET11.ZIP
Filename : TESTCRC.C
TESTCRC.C
Kevin Dean
Fairview Mall P.O. Box 55074
1800 Sheppard Avenue East
Willowdale, Ontario
CANADA M2J 5B9
CompuServe ID: 76336,3114
November 16, 1990
This program demonstrates the anti-virus CRC algorithm in VALIDCRC.C.
The response to an invalid CRC is entirely up to the programmer.
This code is public domain.
*/
#include
#include "viruscrc.h"
/***/
main(void)
{
if (isvalidcrc("TESTCRC.EXE"))
puts("CRC is valid.");
else
puts("*** WARNING *** Program's CRC is invalid.\n"
"This program may have been infected by a virus.");
return (0);
}
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/