1. #1
    Deleted

    Way to track memory access of an exe?

    Hello there. Is there any way or program that can track what part/parts of memory are being used while a specific program is being run?
    Last edited by mmocfcec332ab3; 2011-05-06 at 11:29 AM. Reason: Grammar

  2. #2
    Deleted
    Can't task manager do that?

  3. #3
    Deleted
    I don't think task manager shows exactly what portion of the memory is being accesed and what value is modified.

  4. #4
    Deleted
    Firefox "consumes" 74k of memory atm for example(according to task manager).
    i thought you ment something along those lines

  5. #5
    Deleted
    No, I want to know exactly the location accessed and what was read from it.

  6. #6
    Deleted
    Quote Originally Posted by Trivorx View Post
    Hello there. Is there any way or program that can track what part/parts of memory are being used while a specific program is being run?
    it varies each time - random access memory.

  7. #7
    LOAD"*",8,1 Fuzzzie's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Legion of Doom Headquarters
    Posts
    20,245
    Moving to the computer forum.

  8. #8
    Deleted
    As far as modified values go, you can run your app in a debugger like OllyDBG, but that won't tell you the exact location on your RAM, only within the .exe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •