-
Notifications
You must be signed in to change notification settings - Fork 1k
SampleTraceapi
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Win32 API tracing sample. Detours and prints tracing statements for 1401 Win32 API functions. Output from the trace is logged to the syelogd.exe daemon.
Source is located in the /samples/traceapi directory.
DetourAttach
,
DetourCreateProcessWithDllEx
,
DetourDetach
,
DetourFinishHelperProcess
,
DetourIsHelperProcess
,
DetourRestoreAfterWith
,
DetourSetIgnoreTooSmall
,
DetourTransactionBegin
,
DetourTransactionCommit
,
DetourTransactionCommitEx
,
DetourUpdateThread
.