Results 1 to 3 of 3

Thread: Memory Address

  1. #1

    Thread Starter
    Fanatic Member Nove's Avatar
    Join Date
    Jul 2004
    Posts
    736

    Memory Address

    How can I programatically read the content of a given Memory Address?

  2. #2
    Frenzied Member
    Join Date
    Oct 2003
    Posts
    1,301

  3. #3
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Memory Address

    Copy memory will work only for memory within yoyr process. If you want to read memory in anoter process, then you can use ReadProcessMemory
    http://msdn.microsoft.com/library/de...cessmemory.asp

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