Results 1 to 3 of 3

Thread: Viewing an application's memory space...

  1. #1

    Viewing an application's memory space...

    Exactly how would I go about doing this... what tools would I need to say, load a process, isolate the memory blocks it's using, and actively view those blocks for values and changes. Note that of course I'm speaking in terms of applications which I myself have not written.
    My DGDev forum pascal syntax highlight settings:
    <br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
    <br />[number=#C00000][reserved=#000000][string=#00C000]

  2. #2

    Viewing an application's memory space...

    ReadProcessMemory looks promising
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  3. #3

    Viewing an application's memory space...

    Yeah, I know about that function, but I'd have to write the app myself. I'm looking for a pre-built tool that I can pass an executable too, which will then display the memory space to me.
    My DGDev forum pascal syntax highlight settings:
    <br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
    <br />[number=#C00000][reserved=#000000][string=#00C000]

Bookmarks

Posting Permissions

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