Skip to content

SampleWithdll

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.

Source is located in the /samples/withdll directory.

Related Samples

Setdll.

Uses

DetourCreateProcessWithDlls .

Clone this wiki locally