-
Notifications
You must be signed in to change notification settings - Fork 1k
SampleFindFunc
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Demonstrates how to detour a function using
DetourFindFunction
to find the function
using debug symbols.
Source is located in the /samples/findfunc directory.
DetourAttach
,
DetourDetach
,
DetourFindFunction
,
DetourFinishHelperProcess
,
DetourIsHelperProcess
,
DetourRestoreAfterWith
,
DetourTransactionBegin
,
DetourTransactionCommit
,
DetourUpdateThread
.