| The minidump tool is a small application that will
allow you to create a minidump from any running processes. It's as
easy as right clicking on the process and selecting "Create Mini-Dump" from the
popup menu. The mini-dump file can then be opened with WinDebug.exe or
Visual Studio 2003, which will display the call stack, registers, and other
useful information. The mini-dump's are stored in a directory called
"\dumps" directly under the current directory where the tool is
installed. The output window will display the exact filename of the dump
that was created.
* See how to analyze the dump using Visual
Studio 2003
The tool will run on Windows 98, Me, NT, 2000, and
XP.

The mini-dump tool is completely free to use. However,
you may not profit from the distribution of it, nor may you bundle it with
another product.
You can download version 1.0 full web install from
http://bill.atwill.com/minidump/MiniDumpTool.msi
(Windows Installer 1670.50 KB)
You can download version 1.0 in ZIP format, which
includes msvcr71.dll, MFC71.dll and DbgHelp.Dll from
http://bill.atwill.com/minidump/MiniDumpTool.zip
(ZIP file 1.065 KB)
Please send any bug reports, feature requests, or
comments to minidump@atwill.com
|