View Single Post
  #2  
Old 11-28-2004, 00:24
pluscontrol
 
Posts: n/a
try this:

invoke OpenProcess,PROCESS_ALL_ACCESS, 1, idproces........

then with de handle

invoke VirtualProtectEx,handle, x1 , x2 ,PAGE_EXECUTE_READWRITE,....

Then use ReadProcessMemory
Reply With Quote