vadimpo
September 1st, 2009, 13:23
Hi,
I need a help with RtlCreateUserThread function.
The program that i reverse, uses this function for starting new thread. As I understand, the program WriteMemory to memory space of another process first and then passes the handler of this process to RtlCreateUserThread.
The question is how i can continue following after the program flow in the created thread?
Thanks in advance.
I need a help with RtlCreateUserThread function.
The program that i reverse, uses this function for starting new thread. As I understand, the program WriteMemory to memory space of another process first and then passes the handler of this process to RtlCreateUserThread.
The question is how i can continue following after the program flow in the created thread?
Thanks in advance.