Thread: Dynamic Memory Address Handling

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User doctorzeus's Avatar
    Join Date
    Jan 2011
    Location
    UK
    Posts
    13

    Post Dynamic Memory Address Handling

    Hi new to the Forum!

    Now I'm not sure If I am allowed to ask this, so I am gonna check first because some
    would view it as walking the line but I really need advice on this...

    Am I allowed to ask about Trainers (i.e. programs that overide the values stored at certain adresses so you can get cool stuff in games), e.g. Ammo for a game is at memory address 0x1234567 with a value of 46. Using WriteProcessMemory() you can change this value to 132 so you have more ammo etc...theres entire websites devoted to making these e.g.

    Cheat Happens Trainers

    I ask because I don't wanna be breaking the forum rules but I found programming these things not only being great fun but Its been great to learn the Window Header Handler controls..

    (I'm talking VC++ by the way)

    Thanks

    Doctorzeus
    Last edited by doctorzeus; 01-07-2011 at 07:32 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sorting number
    By Leslie in forum C Programming
    Replies: 8
    Last Post: 05-20-2009, 04:23 AM
  2. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  3. Dynamic Linking & Memory usage
    By @nthony in forum C Programming
    Replies: 2
    Last Post: 06-02-2007, 09:57 PM
  4. operator overloading and dynamic memory program
    By jlmac2001 in forum C++ Programming
    Replies: 3
    Last Post: 04-06-2003, 11:51 PM