4 SampleSlept
Brian Gianforcaro редактировал(а) эту страницу 2020-08-22 00:25:06 -07:00

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.