|
-
Oct 30th, 2009, 09:46 AM
#1
Thread Starter
Junior Member
[Pascal] Memory edting?
I'm trying to make a pascal program edit memory addresses in another process, for example a game. I know in other languages there are things like writeprocessmemory, openprocess, etc. but it seems like pascal doesn't have this. Any help?
-
Nov 2nd, 2009, 09:23 PM
#2
Thread Starter
Junior Member
Re: [Pascal] Memory edting?
-
Nov 3rd, 2009, 12:30 PM
#3
Hyperactive Member
Re: [Pascal] Memory edting?
Theres an open source memory editor for the wii written in pascal.
http://wiird.l0nk.org/wp/download
its the wiird console 0.9.3 .
Check out its source. Might be helpful.
[edit] Also, writeprocessmemory, openprocess etc are calls from the kernel32.dll file, so can be used in pascal as far as i know.
Last edited by francisstokes; Nov 3rd, 2009 at 12:34 PM.
-
Nov 3rd, 2009, 05:56 PM
#4
Thread Starter
Junior Member
Re: [Pascal] Memory edting?
Thanks.
As for wpm, etc I've searched google and I haven't found anything about using it in pascal. How would you use it? I'll look at the source.
edit: Tmemorystream seems to be used a lot, anyone know how to use this?
Last edited by FredKrugar; Nov 3rd, 2009 at 06:30 PM.
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
|