-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SampleSimple
Brian Gianforcaro edited this page Aug 21, 2020
·
5 revisions
Simplest example of a Detours-based DLL which modifies and adds
functionality to a Windows API. Modifies the Sleep API to record the
number of ticks spent sleeping.
The Simple example is described in more detail in Using Detours.
Source is located in the /samples/simple directory.
DetourAttach, DetourDetach, DetourTransactionBegin, DetourTransactionCommit, DetourUpdateThread.