Results 1 to 5 of 5

Thread: Read/Write ProcessMemory

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2004
    Location
    sweden
    Posts
    176

    Resolved Read/Write ProcessMemory

    Hello,
    How can i read or write a address with a value that has length more then 4?
    Seams like ReadProcessMem only gets the first 4 of the value.

    Im trying to get the whole value from a word that has length 17 in memory.
    Code:
    dim value as byte
    GetWindowThreadProcessId hwnd, pid
    phandle = OpenProcess(PROCESS_ALL_ACCESS, False, pid)
    ReadProcessMem phandle, address, value, 1, 0&
    CloseHandle hProcess
    Thanks,
    Naitsabes
    Last edited by naitsabes85; Jun 21st, 2005 at 03:11 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width