4 SampleWithdll
Brian Gianforcaro редактировал(а) эту страницу 2020-08-22 00:25:06 -07:00

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.

Setdll.

Uses

DetourCreateProcessWithDlls .