Detours
Detours copied to clipboard
sample trcapi32 not use DetourCreateProcessWithDll in CreateProcessAsUser
As said in title, trcapi sample not use DetourCreateProcessWithDll in CreateProcessAsUser and CreateProcessWithToken.
process may escape from detours hook if they didn't create process with CreateProcessA/W
It looks like there isn't an overload of the DetourCreateProcessWithDll* methods that would support these process creation overloads.
Also CreateProcessWithLogonW