More WinDbg Scripts
The good collection of WinDbg scripts was posted this month on Roberto Farah’s blog. Most of his scripts use DML (Debugger Markup Language). I also looked over my previous posts and put my old crash dump analysis scripts into one collection.
Found one problem. I was writing a script yesterday to call some external programs and found that I couldn’t easily pass parameters to the script. I mean something like this would be great:
$$><myscript.txt param1 param2
and I could possibly reference parameters inside the script perhaps by some pseudo-register. The current approach is to set up pseudo-registers before running the script and I don’t like it. I’ll post a better solution if I find it.
- Dmitry Vostokov -
May 26th, 2007 at 11:29 am
I’ve just found a good WinDbg script to learn from:
Windows Service Table Dumper for WinDbg