Quote:
Originally Posted by ahmadmansoor
@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.