Results 1 to 2 of 2

Thread: Memory Access

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    31

    Question

    Hey gang...


    I am building an app that will go through all of your memory and display it in a textbox....piece by piece of course. I am using Borland C++ ver 5.02 and I can't seem to get this idea to work. I have tried using pointers but you can't access stuff outside your own working memory. Then I tried using the function peek()
    but that didn't work either. Anyway, any help on this would be great.

    Thx
    Elon

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Windows protects all the memory outside of your program, and only virtual device drivers (VXD files) are allowed to access it. To create these you need to use Assembler, sadly. I think there is one ready-made that you can use to access memory but not change it.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

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



Click Here to Expand Forum to Full Width