It becomes much harder to modify something if it is closed source but saying you can't do a thing is just plain wrong if the binary is running locally. Games are also mostly closed source and yet you see them being modified, no?
It becomes much harder to modify something if it is closed source but saying you can't do a thing is just plain wrong if the binary is running locally. Games are also mostly closed source and yet you see them being modified, no?
Provided there's not an anti-tamper mechanism in use, you should be able to hook this up to a debugger (OlyDBG is free), and patch it accordingly with a hex editor.
Provided there's not an anti-tamper mechanism in use, you should be able to hook this up to a debugger (OlyDBG is free), and patch it accordingly with a hex editor.