|
-
Jan 19th, 2003, 04:42 PM
#1
Thread Starter
New Member
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
-
Jan 20th, 2003, 04:40 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|