How to debug loaded modules with windbg

0

So I kernel debug vm using windbg. I want to debug one of the loaded modules (AppxAllUserStore).

I know it's open in 00007ffac8f00000 00007ffac8f5a000 AppxAllUserStore T (I used lm and then folow it)

Now how can I jump to the assembly code of this module? I want to research it more thorowly ...

Fsdgh Asdgfsdag

Posted 2019-06-24T08:35:48.533

Reputation: 1

No answers