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...
No comments yet, be the first one to post comment.