Skip to content

SampleTraceapi

Galen Hunt edited this page Nov 2, 2016 · 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 deamon.

Uses

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

Clone this wiki locally