Click to See Complete Forum and Search --> : CreateProcess and Detours


Daedro
July 8th, 2009, 05:23 PM
Hi,

I was wondering if DetourCreateProcessWithDll is just equivalent to CreateProcess suspended, injecting the DLL, then resuming? Or is it doing something special in the background, and if so, does anybody have any example or link not dependent on the Detours library?

Thanks

Krishnaa
July 9th, 2009, 04:51 AM
Suspended process will not get injected except in case of changing the thread contexts.