|
-
Mar 11th, 2001, 02:51 PM
#1
Thread Starter
Junior Member
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
-
Mar 11th, 2001, 03:37 PM
#2
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|