Jan Schiefer wrote:
Here's one from KDBG.
I tried the commands bt, mod and regs.
How can I squeeze more revelant information out of KDBG?
Greetings,
Jan Schiefer!
Can you convert the addresses to line numbers? You can use addr2line:
addr2line -e ntoskrnl.nostrip.exe 0x800b4007
The addresses from ntoskrnl.exe are always 0x800xxxxx.
- Hartmut