CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30

    how to read physical memory on win NT/2k/XP ???

    hi there !
    i want to be able to read physical memory on win NT/2k/XP platforms...
    right now, i can read that memory on these platforms, but when i try to read memory but ONLY on an administrator account...when i try to run it on a guest account or a limited account it simply pulls me out of my program with no message at all...
    i have attached a small program to test reading the memory, and i hope that somebody can look at it and tell me if i am doing anything wrong, or what access should have the user to read the memory...i've tested the program on win2k...
    thanx a lot, and here are the sources (in the attached file)
    Attached Files Attached Files

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

Featured