Skip to content

SampleDtest

Brian Gianforcaro edited this page Aug 22, 2020 · 4 revisions

Dtest

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.

Uses

DetourAttach, DetourTransactionBegin, DetourTransactionCommit, DetourUpdateThread.

Clone this wiki locally