View Single Post
  #3  
Old 06-29-2002, 22:55
jsteed
 
Posts: n/a
It is also quite possible that the program also reads the file from disk and then does the crc check. To find out which is the case, go back to the original program and run it in your debugger. Then make your changes from within your debugger. If the program continues to run then you know it is reading the file from disk. To find the general location of the crc check, set a breakpoint on messageboxa. You should be able to backtrace from there.
jsteed
Reply With Quote