I want to make a program which stores the value at a given static memory address (for example 0x1F2), so that I can later Readprocessmemory from this address using another program and get the variable value.
How can I do that in .net and C#?
I want to make a program which stores the value at a given static memory address (for example 0x1F2), so that I can later Readprocessmemory from this address using another program and get the variable value.
How can I do that in .net and C#?