View memory address values in delphi or c#

08/14/2007 09:57 leavemealone#1
Hello, does anyone know where i can find a good tutorial to print the value of a memory address with dephi code or c# code, if not maybe someone who knows how to do this could explain to me much appreciated.
08/14/2007 15:12 phize#2
search google for ReadProcessMemory its just win api
08/14/2007 15:46 leavemealone#3
Quote:
Originally posted by RootCore@Aug 14 2007, 15:12
search google for ReadProcessMemory its just win api
Thanks, you make it sound easy i hope it is ^^.

Edit: I just wanna make a small application to show certain account information from the certain memory address's then some time make it so i can edit the memory. xD