Share this page
Share this page E-mail this page Print this page RSS feeds
Home > Publications > The VTrace tool: building a system tracer for Windows NT and Windows 2000
The VTrace tool: building a system tracer for Windows NT and Windows 2000

This article describes the techniques used to construct VTrace, a system tracer for Windows NT and Windows 2000. VTrace collects data about processes, threads, messages, disk operations, network operations, and devices. The technique uses a DLL loaded into the address space of every process to intercept Win32 system calls; establishes hook functions for Windows NT kernel system calls; modifies the context switch code in memory to log context switches; and uses device filters to log accesses to devices.

In: MSDN Magazine

Details

Type: Article
URL: http://msdn.microsoft.com/msdnmag/issues/1000/VTrace/default.aspx
Pages: 86–102
Volume: 15
Number: 10