You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Withdll
Demonstrates how to use the
DetourCreateProcessWithDlls API
to load a detour DLL into a new process without modifying the target
application. Calls CreateProcess and loads a named DLL into the target
process.
Note: The new process will fail to start if the target DLL does not
contain a exported function with ordinal #1. For more information, see
the DetourCreateProcessWithDlls
API.