| 03-31-2007, 12:19 AM | #1 | |
(VM = Virtual Memory for thoes who want to know ;P. And yes, I realize I spelt Searching horribly horribly wrong :P.) I'm pritty far along with this, I have token permissions set up and it shoulden't be long before it's functional. But for some reason, the program I have currently refuses ReadProcessMemory/WriteProcessMemory (Error code; 299) Doesn't seem to be my tokens that're rejecting the request. Problem is, I don't know what else could be, this doesn't work for any non-memory protected programs, so I'm definantly doing something wrong. (Last version compiled with Borland BCC55 free command-line compiler, no special flags.)
I'd like to note a good deal of this code's logic is based off Azumarill's vb version of the FPS mod. I don't think this will correctly function even after the permissions are fixed, but I'm getting close! I can feel it! :p. -Thanks for any help :). |
| 03-31-2007, 03:28 AM | #2 |
I suggest you join #wc3dev IRC channel and get a chat with pipedream ... |
| 03-31-2007, 08:31 AM | #3 |
Pipe totaly dejected the request ;P. Needless to say I'm not any further along then when I started -,-. |
| 04-22-2007, 12:36 AM | #4 |
My Advice is to get Microsoft's Visual Studio 2005 Express Editon (C++) it is free, and it is usually very helpful. And a lot of people on wc3c use it over borland. I would be very interested to know how (if you ever do figure it out)you would search a program's memory for info, then change the info. That would be cool. |
| 04-22-2007, 01:13 PM | #5 | |
Quote:
By alot of people you mean .. xttocs. (BTW CodeGear is maintaining the IDE's now =P) |
| 04-22-2007, 02:29 PM | #6 |
You only need to check the Grimoire sourcecode. All you need is there. |
