Dec 082017
 
Allows you to patch C programs so they check their own CRC values.
File CVIRPROT.ZIP from The Programmer’s Corner in
Category C Source Code
Allows you to patch C programs so they check their own CRC values.
File Name File Size Zip Size Zip Type
ACHECK.C 6714 2242 deflated
CVIRPROT.DOC 882 515 deflated
PATCH.C 6685 2391 deflated
PATCH.DOC 5268 2336 deflated
TEST.C 859 384 deflated

Download File CVIRPROT.ZIP Here

Contents of the CVIRPROT.DOC file



Date: 4 Jun 90 03:13:27 GMT
From: [email protected]
Subject: CVIRPROT.ZIP - Virus resistance for C language programs
Summary: Help C programs resist viruses

This archive contains several programs designed to make C
programs virus resistant. The programs do not actually stop
virus infection, but will alert the user that such an event has
occurred. The technique works by embedding CRC or checksum
values into the executable file. When the user program is
started, it checks itself against the CRC values embedded when
the file was first compiled to see if any changes have been
made. The program is a faster revision of the version published
in PC Magazine, Aug. 1989 (and includes a correction for a bug
in that version).

These programs have been compiled under Turbo C 2.0 and MSC
5.1. They have not been tested with other compilers.


 December 8, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)