Jacob R. Lorch and Alan Jay Smith
October 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
| Type: | Article |
| URL: | http://msdn.microsoft.com/msdnmag/issues/1000/VTrace/default.aspx |
| Pages: | 86–102 |
| Volume: | 15 |
| Number: | 10 |