Results 1 to 3 of 3

Thread: [Advanced] Incorporating Memory Editing

  1. #1

    Thread Starter
    Member Skootles's Avatar
    Join Date
    Jul 2005
    Posts
    34

    [Advanced] Incorporating Memory Editing

    Ok, this is a pretty advanced question :P

    Ok, I'll start with an example. A program I use is Artmoney (http://www.artmoney.ru), which is a memory editor. With it, you select a process that is running on your computer, then you search for values that are located in the memory, and edit them. For example, you can search for: Integer, Float, String, text, pointer, or ALL.

    Now, I was wondering if well, 1. If there was a tutorial for anything like this, and 2. If I could incorporate something like this into my program, but instead of being able to select a process, it would only search through the process my program creates.

    I dont really expect a reply, so w/e

  2. #2

    Thread Starter
    Member Skootles's Avatar
    Join Date
    Jul 2005
    Posts
    34

    Re: [Advanced] Incorporating Memory Editing

    ^ bump ^

  3. #3
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: [Advanced] Incorporating Memory Editing

    I'd suggest looking into the ReadProccessMemory, WriteProccessMemory, and CopyMemory API functions.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

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