3
Shouts

Get managed call-stacks in .NET for Registry access using ETW

published 1091 days, 19 hours, 47 minutes ago posted by reshmireshmi 1092 days, 12 hours, 59 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Sunday, May 23, 2010 7:28:55 PM GMT

I was recently debugging managed code which was accessing system registry implicitly because of an external dependent library.  So the first thing I asked was a Procmon log for of registry access. And then I also wanted look at the call-stacks for registry access, which Procmon does provide. Here is a sample call-stack from Procmon for registry access. I am using linqpad as an example in this ntoskrnl.exe    CmpCallCallBacks + 0x1c0    0xfffff80002c870d0

ntoskrnl.exe     ?? ::NNGAKEGL::`string’ + 0x4...

category: Architecture | clicked: 3 | | source: naveensrinivasan.com | show counter code
tags: ETW, dotnet

No comments yet, be the first one to post comment.

To post your comment please login or signup