i'm working at the moment on an "anticheat" for a game (just for fun i'm not a programmer :D). So, i would like to do something to block players from manipulation / injecting memory to the game process (call of duty 4).
I've already tried to read something about, and all i have found on the internet is to create a CRC32 or to check the hex checksum. Can someone help me to do this? Aren't there other methods ?
This is what I found: http://www.slavasoft.com/fastcrc/samples/vb_net_sample_checksum_crc32_file.htm http://www.vbforums.com/showthread.php?342839-VB-Net-CRC32-HashAlgorithm
Sorry for my bad english i'm italian and thanks you :D