Thread: View Process memory

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    39

    View Process memory

    Hi,


    I'm trying to change a value of a determined process address.

    I know the APIS used to read and write, i just need to know how i found the address of the value that i want.

    What program i can use? ( I tried Cheat Engine but i don't understand how use it).



    Thanks

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    So, I take it this about cheating in a game, which falls foul of the rules for this site.

    For debugging and similar, I'd say "use the debug symbols", but nearly all games are stripped of their symbols, so it's not much help.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems with shared memory shmdt() shmctl()
    By Jcarroll in forum C Programming
    Replies: 1
    Last Post: 03-17-2009, 10:48 PM
  2. Memory usage and memory leaks
    By vsanandan in forum C Programming
    Replies: 1
    Last Post: 05-03-2008, 05:45 AM
  3. Replies: 4
    Last Post: 01-13-2008, 02:14 AM
  4. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  5. patching memory in another process
    By 44ffcc in forum Windows Programming
    Replies: 2
    Last Post: 02-06-2006, 09:32 AM