-
Notifications
You must be signed in to change notification settings - Fork 1k
SampleSlept
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
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.
DetourAttach
,
DetourCodeFromPointer
,
DetourDetach
,
DetourGetEntryPoint
,
DetourTransactionBegin
,
DetourTransactionCommit
,
DetourUpdateThread
.