Skip to content

SampleSlept

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

Slept

More elaborate 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.

Source is located in the /samples/slept directory.

Uses

DetourAttach, DetourCodeFromPointer, DetourDetach, DetourGetEntryPoint, DetourTransactionBegin, DetourTransactionCommit, DetourUpdateThread.

Clone this wiki locally