-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SampleSlept
Galen Hunt edited this page Nov 2, 2016
·
4 revisions
More ellaborate version of the simple sample. Demonstrates detouring both static and dynamic functions. Also demonstrates how to capture program execution after DLL initialization by detouring the programs entry point.
DetourAttach, DetourCodeFromPointer, DetourDetach, DetourGetEntryPoint, DetourTransactionBegin, DetourTransactionCommit, DetourUpdateThread.