Page 1 of 1

double pointers in C#

Posted: Wed Dec 29, 2010 1:39 am
by Apotheosis
Thanks to Administrator's tutorial, and the double pointer technique, I was able to retrieve my character's HP quickly through Cheat Engine, even after closing and re-opening the client.

Offset: 2C8
Offset: 598
Memory address: 009B8364

For whatever reason, I all of a sudden got ambitious and decided to start learning C#. I've gotten to the point to where I can detect if the client is running or not, but I'm having difficulty retrieving the output from the memory which Cheat Engine is able to do. I've found a couple of tutorials on the internet, but nothing seems to be helping with double pointers (or even single pointers for that matter).

Does anyone have any demo code they'd like to share that I can play with, break, and expand upon?

Re: double pointers in C#

Posted: Wed Dec 29, 2010 9:32 am
by Administrator
I don't do C#, but I can tell you that you need to use ReadProcessMemory.

Check here for examples: http://www.codeproject.com/KB/trace/min ... eader.aspx