Original Post
I am programming in C++, and I was wanting to use ReadProcessMemory() function to retrieve information on another program. I have tried using it and it can't read from the process, which leads me to believe that there is more code needed then just ReadProcessMemory() function. Googling it confused the heck out of me. I was woundering if anyone could help me on using ReadProcessMemory() to read a memory address from another program. Thanks for the help once again.