|
-
Jan 20th, 2007, 09:18 AM
#1
Thread Starter
Addicted Member
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.
-
Jan 20th, 2007, 10:32 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|