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
·
5 revisions
Simple
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.