0

I use Process Explorer for typical day-to-day process management, and I'm aware of Poolmon for monitoring pool leaks. Are there similar tools available for examining memory usage of drivers, and how are these tools effectively used?

Bonus points for tools/techniques to do the same to Explorer shell extensions and/or browser extensions.

Bigbio2002
  • 3,944

1 Answers1

2

You can use xperf to trace pool leaks and VMMap for shellextension leaks.

enter image description here

enter image description here

enter image description here