home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / VIRUS / CVIRPROT.ZIP / CVIRPROT.DOC < prev    next >
Encoding:
Text File  |  1990-06-04  |  882 b   |  20 lines

  1.  
  2. Date: 4 Jun 90 03:13:27 GMT
  3. From: caprio@uhccux.uhcc.hawaii.edu
  4. Subject: CVIRPROT.ZIP - Virus resistance for C language programs
  5. Summary: Help C programs resist viruses
  6.  
  7.    This archive contains several programs designed to make C
  8. programs virus resistant.  The programs do not actually stop
  9. virus infection, but will alert the user that such an event has
  10. occurred. The technique works by embedding CRC or checksum
  11. values into the executable file.  When the user program is
  12. started, it checks itself against the CRC values embedded when
  13. the file was first compiled to see if any changes have been
  14. made.  The program is a faster revision of the version published
  15. in PC Magazine, Aug. 1989 (and includes a correction for a bug
  16. in that version).
  17.  
  18.    These programs have been compiled under Turbo C 2.0 and MSC
  19. 5.1.  They have not been tested with other compilers.
  20.