dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Wed Jul 30, 2008 1:31 pm Post subject: Is this how intergrity checks work? |
|
|
Well. I think this is how it works:
Takes all bytes from memory (Non-dynamic ones) and crc it or md5. then compares it with the non-modifyed crc or md5 hash. It fail the fail. If correct the correct. I am having trouble putting in the final hash/crc without modifing that crc.does anyone know how to do it?
THis is what I have so far:
I made it so that once it inits it records the crc. See for your self. I included the exe.
|
|