View Single Post
  #3  
Old 08-24-2004, 07:05
tAz
 
Posts: n/a
before reading any memory locations... try these steps first:
1. open your process' token
2. check your privilege value
3. enable the SeDebugPrivilege by adjusting your process' token

don't remember the exact api names for these (too lazy to search)
but that should be enough to find the api's im referring to.
Reply With Quote