-
Notifications
You must be signed in to change notification settings - Fork 1k
SampleDtest
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Detours the Win32 Sleep
function and a private function. The private
function is first detoured, then detoured recursively 3 times using the
DetourAttach
API.
Source is located in the /samples/dtest directory.
DetourAttach
,
DetourTransactionBegin
,
DetourTransactionCommit
,
DetourUpdateThread
.