Thread: Help with ReadProcessMemory function

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    9
    So the fifth parameter of ReadProcessMemory is stored in an array? How could I view this, I've been checking it with


    Code:
    .....
    	ReadProcessMemory(w3hnd, 0x08000000, pointer, 1, &bytes);
    	printf("%i\n", bytes);
    .....
    ohh, and Ive looked at memory regions that contain non static values... im just trying to get ANYTHING out of the function so i don't care what the base is right now
    Last edited by MattZimmerer; 10-28-2008 at 02:51 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  2. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  3. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  4. Change this program so it uses function??
    By stormfront in forum C Programming
    Replies: 8
    Last Post: 11-01-2005, 08:55 AM
  5. const at the end of a sub routine?
    By Kleid-0 in forum C++ Programming
    Replies: 14
    Last Post: 10-23-2005, 06:44 PM