Results 1 to 4 of 4

Thread: [Pascal] Memory edting?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2008
    Posts
    28

    [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?

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Dec 2008
    Posts
    28

    Re: [Pascal] Memory edting?

    bump

  3. #3
    Hyperactive Member francisstokes's Avatar
    Join Date
    May 2005
    Location
    Kent, England
    Posts
    272

    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.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Dec 2008
    Posts
    28

    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
  •  



Click Here to Expand Forum to Full Width