Results 1 to 2 of 2

Thread: values from memory

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    2

    values from memory

    arghh had to register a new account password wont work on other one and my isp changed email adress lol

    anyways

    i am attemting to make a program that logs the chat inside a game. how would i go about finding where in memory the game stores the chat text?

    thanks,
    kevin

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You mean you want to extract chat from a third-party app?

    Windows seperates the memory areas of different processes. Look into ReadProcessMemory, but you need special rights to use it.
    Also you might want to monitor all of the games memory and search it for strings you just typed in the chat.

    Have fun
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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