Thread: Memory Searching Help

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    3

    Memory Searching Help

    I have used programs in the past such as TSearch or ArtMoney to help me find the memory address of certain variables and whatnot belonging to other programs...

    Is there a command in C that allows me to see the address of some variable for another program??
    Anything at all like that???

    Thanks

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    >> Is there a command in C that allows me to see the address of some variable for another program??

    No. I suppose you could use a debugger to find out, but that's not what you were asking.

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3
    well, how are programs like TSearch made then? What language allows you to do that?

  4. #4
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    That would be something non-standard. Standard C doesn't have functions to randomly poke around in other people's memory.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 02-06-2009, 12:27 PM
  2. Logical errors with seach function
    By Taka in forum C Programming
    Replies: 4
    Last Post: 09-18-2006, 05:20 AM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. Locating A Segmentation Fault
    By Stack Overflow in forum C Programming
    Replies: 12
    Last Post: 12-14-2004, 01:33 PM