Hi,

Could anyone provide a bit of help with my problem. I have an executable for a game but to get that executable to connect to some server files, I need to modify the local code which the server uses to verify the executable is correct and not from another client (which is what I'm doing).

I have no knowledge of assembly and limited understanding of using olly or Ida. So what I need to be able to do is change a value from 0x00000202 to 0x000000201. Is it possible?


Thank you.