John Zane
John Zane

Reputation: 888

Monitoring IO like Sysinternals' ProcMon

How does the Process Monitor from Sysinternals monitor file IO activity like it does? If you enable the advanced information, you can see that calls that were previously shown as CreateFile are now shown as IRP_MJ_CREATE which suggests that it hooks some rather low level stuff. Does anyone know exactly what it hooks/how it works?

Upvotes: 3

Views: 3528

Answers (1)

Hannes de Jager
Hannes de Jager

Reputation: 2923

Perhaps your answer is with this SO post

Upvotes: 2

Related Questions