View Single Post
  #22  
Old 03-03-2011, 07:49
V0ldemAr
 
Posts: n/a
Quote:
Originally Posted by ahmadmansoor View Post
@V0ldemAr : can u modify ur function so it could accept another parameter
PID of the process which I could attach it or debug it .
This is quite hard because code was used in dll that is in same process that i want to inspect so i dont need to call ReadProcessMemory etc., so everything goes in same address space of process, since it's fastest way and easier to work with memory of target process.
Reply With Quote