|
-
May 15th, 2002, 10:03 AM
#1
Thread Starter
Addicted Member
Edit Memory Variable
There is a memory varibale for a game that I would like to edit while the game is running. What VB code can I use to do so?
-
May 15th, 2002, 10:15 AM
#2
Frenzied Member
You can't. Only code running in the same process as the game (i.e. DLLs loaded by it) can alter its memory. Any attempt to alter the memory from another process will result in a protection fault.
-
May 15th, 2002, 10:30 AM
#3
Thread Starter
Addicted Member
How come HEX Editors can do it?
-
May 15th, 2002, 10:54 AM
#4
Frenzied Member
Hex editors run on static files...i.e just editing the executable.
There are tools to edit running files, but they require debug system drivers, which you cannot write in VB as far as I know....
HTH,
Duncan
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
|