Thread: how to collect the the memory address of day to day work load?

  1. #1
    Registered User
    Join Date
    Jan 2014
    Posts
    3

    how to collect the the memory address of day to day work load?

    Hello i am working on something that requires the memory address of my computers workload.. so any one help me collect the trace files? and please explain to me what trace file as well..

  2. #2
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,791
    The... the what?

  3. #3
    Registered User
    Join Date
    Jan 2014
    Posts
    3
    memory location... like which memory address is being used when i browse the internet or do some word processing?

  4. #4
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Windows is specifically designed to prevent direct program access to computer memory (the operating system acts as an intermediary between programs and physical resources). There are administrative tools that allow monitoring of system status, including workload, and API functions (assuming the program is executed from an account with sufficient privileges granted by an administrator).

    If the "something" that you are working on requires doing such things without permission of an administrator, you run afoul of para 6 of the forum guidelines, here.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 01-14-2014, 02:02 PM
  2. Replies: 10
    Last Post: 07-10-2012, 04:28 AM
  3. Load file from disk to memory
    By dotunix in forum C Programming
    Replies: 4
    Last Post: 10-21-2009, 02:55 PM
  4. Finding memory address using memory pattern
    By MindWorX in forum C++ Programming
    Replies: 1
    Last Post: 05-25-2008, 07:20 AM
  5. App or DLL Load address
    By bman1176 in forum Windows Programming
    Replies: 2
    Last Post: 02-28-2006, 02:36 PM

Tags for this Thread