How to modify variable from different process in c# application -


once needed modify variable inside application in order modify behavior.

i wonder whether possibile create application access process running on same computer , modify variable value. process native one, , application written in c++. know tutorials achieve this?

i think looking writeprocessmemory function, take on this


Comments