Is it possible to monitor what a program is doing and then reproduce it yourself? For example, if a program modifies another process's memory could you see what addresses it accesses what values it writes, and how it does it then replicate that behavior in your own program?
I assume this is possible to some extent, but probably difficult depending on the program. What tools or techniques?
I assume this is possible to some extent, but probably difficult depending on the program. What tools or techniques?