Skip to content

SampleTracemem

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

Tracemem

Traces all calls to the Windows HeapAlloc API. Output from the trace is logged to the syelogd.exe daemon.

Source is located in the /samples/tracemem directory.

Uses

DetourAttach, DetourCreateProcessWithDllEx, DetourDetach, DetourTransactionBegin, DetourTransactionCommit, DetourUpdateThread.

Clone this wiki locally