Thread: Dynamic Memory Address Handling

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Anyways, even if you have the game's source code, it's almost impossible to find out where in memory that object is,if it's in memory at all!
    Devoted my life to programming...

  2. #2
    Registered User doctorzeus's Avatar
    Join Date
    Jan 2011
    Location
    UK
    Posts
    13
    Quote Originally Posted by Sipher View Post
    Anyways, even if you have the game's source code, it's almost impossible to find out where in memory that object is,if it's in memory at all!
    You can get around this simply by using a memory scanner and then just scan for all possbile values that are exacly the same as the one you want, you then narrow it down when it changes...well thats how you get the initial ones anyway.

    Thanks

    Doctorzeus

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