Results 1 to 2 of 2

Thread: CRC Check

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2005
    Posts
    230

    CRC Check

    some programmers use CRC to check if their programs is patch or modified by crackers. I just wonder how could they do that. i do read some articles about CRC, and and i could do is make an app to check the CRC of an other app, but i'm unable to make an app to check for it own integrity. I hope my question is clear enought.
    All i want to do is to check for my app, if 1 byte is changed then exit the app.

    Thanks guys.

  2. #2
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: CRC Check

    There's some CRC source code on PSC that only does sections of your program.
    You select the parts of your program with passwords and registration checking.
    The code for checking the CRC is placed else where in your code so that it doesn't effect the crc of those areas.
    http://planetsourcecode.com/vb/scrip...=9427&lngWId=1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width