home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!haven.umd.edu!purdue!yuma!hallch
- From: hallch@CS.ColoState.EDU (christopher hall)
- Subject: Re: CRC values in Turbo PASCAL
- Sender: news@yuma.ACNS.ColoState.EDU (News Account)
- Message-ID: <Jan12.140522.30619@yuma.ACNS.ColoState.EDU>
- Date: Tue, 12 Jan 1993 14:05:22 GMT
- References: <1993Jan6.202931.6292@cs.unca.edu> <1993Jan8.120512.15614dave@tygra.Michigan.COM> <93011.140320JDG111@psuvm.psu.edu>
- Nntp-Posting-Host: beethoven.cs.colostate.edu
- Organization: Colorado State University, Computer Science Department
- Lines: 24
-
- In article <93011.140320JDG111@psuvm.psu.edu> JDG111@psuvm.psu.edu writes:
- >> Does anyone know how to calculate CRC values in pascal?
- >l know. Of course, this method certainly isn't bulletproof, but it helps prote
- >ct your code from hacking or cracking.
-
- Actually no it doesn't. All I would have to do if I were the person doing this
- is to change what I wanted to change in your executable, follow the CRC check
- with a debugger, and watch what value your check produces. Then it should be
- a simple matter to encrypt that new number and place it over the old CRC value.
-
- Let me know what you think.
-
- Regards,
- Chris Hall
-
-
- /--------------------------------------------------------------------------\
- | The world cannot end today because it is tomorrow in Australia... |
- | |
- | |________ Chris Hall |
- | ||OOO||________> hallch@handel.colostate.edu |
- | | |
- \__________________________________________________________________________/
-
-