Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ReadProcessMemory

Status
Not open for further replies.

buzznick

IS-IT--Management
Dec 29, 2004
39
0
0
US
Hi, does anyone know how I can stop another process from using ReadProcessMemory() to read into my program?

Thanks
 
Would VirtualProtectEx() help? I've never used any of those functions, but from the description, it sounds like it would let you change the process access to PAGE_NOACCESS...
 
I think it's the SetSecurityInfo() API but I'm not sure how to use it. :-(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top