I'm playing around with copy-protection and want to try the following: Assuming I have an application MyApp.exe with a variable assigned the value of "ABCDE' somewhere inside the executable. How can I locate where this value is written in the file? Then, how can I write a new (same size) value in its place?
I've tried using BlockRead but keep getting an IO error 998.
Hannes
I've tried using BlockRead but keep getting an IO error 998.
Hannes