How do I snoop on another processes memory from .Net? -


I would like to connect to the .Net Console app from another process and find out the data area. In particular, I would like to attach to the 'Spider Solitaire' app in Windows Vista because I'm interested in seeing that cards are solvable in all cases.

Is it possible and if so, what API should I see?

This is a fun project, so I can increase my knowledge.

Ryan

you use win32 ReadProcessMemory API There is nothing inherent in it - see for information about using P / Invoke. Also see the sample.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -