I'm working on a tool in C# that reads values from another process' memory (a game, using the values to populate an XNA framework interface "add-on"). I am able to determine the pointer values, but I can't find a good example of how you go about getting it into C#. Can anyone provide me with an example?
Thanks