Skip to content

SampleTraceapi

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

Traceapi

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.

Uses

DetourAttach, DetourCreateProcessWithDllEx, DetourDetach, DetourFinishHelperProcess, DetourIsHelperProcess, DetourRestoreAfterWith, DetourSetIgnoreTooSmall, DetourTransactionBegin, DetourTransactionCommit, DetourTransactionCommitEx, DetourUpdateThread.

Clone this wiki locally