Modify static data members from another process?
Posted
by cake
on Stack Overflow
See other posts from Stack Overflow
or by cake
Published on 2010-05-10T18:47:35Z
Indexed on
2010/05/10
18:54 UTC
Read the original article
Hit count: 194
reflection
In .Net, is it possible for process A to modify the values of some static data members from process B? When running under the same AppDomain, it's possible to do so via Reflection, but about doing so between different process? (via Reflection also. I'm not looking to use functions such as Win32::ReadProcessMemory)
© Stack Overflow or respective owner