2019-07-09 12:19:19 +03:00
2019-11-29 12:25:53 +02:00
2018-01-11 16:21:11 +02:00
2019-07-09 12:12:53 +03:00
2019-03-03 16:10:20 +02:00
2018-01-11 16:21:13 +02:00
2019-03-03 16:15:15 +02:00

ProcMonX

Extended Process Monitor-like tool based on Event Tracing for Windows

The classic Sysinternals tool Process Monitor uses a file system minifilter, registry minifilter and process/thread callbacks to get the information it provides.

An alternative way is to use Event Tracing for Windows (ETW) to get this information, without the need for a kernel driver. (Process Monitor does use ETW for network events).

See more info at this blog post.

ProcMonX

S
Description
Automated archival mirror of github.com/zodiacon/ProcMonX
Readme MIT 922 KiB
Languages
C# 100%