A clever way to find who owns a pool

Scott Noone pointed out this technique on NTDEV for finding a mysterious pool tag owner:

If you have a debugger hooked up try:

ed nt!PoolHitTag 'REVD'

You'll break in when someone allocates memory using that tag.

This little tip is a new one on me. I’m sure the rest of you already know this, and I’m even surer that my co-workers (a couple of ‘em anyway) are going to make fun of me for not knowing this. But, hey, I’m arrogant enough to not care what they think. :-)

Anyway, I thought it was neato.

2 Responses to “A clever way to find who owns a pool”

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>