Wingetlywingetly
← All apps
M

Minidump Explorer

by GregTheDevv0.8

Last updated

This application is the first step in creating a tool that provides a rich and powerful environment for visualizing and analyzing minidumps of processes running the CLR. The first step is getting access to the different data streams inside the file.

Install with winget

$ winget install --id GregTheDev.MinidumpExplorer --exact --version 0.8

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v0.8

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Minidump Explorer.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • T.ViewerJeong Seongmoon msalt.net
    msaltnet.TViewerv1.2.2

    Cross Platform Tizen Log Viewer - T.Viewer

  • WhoCrashed Home EditionResplendence Software Projects Sp.
    Resplendence.WhoCrashedv7.10

    Comprehensible crash dump analysis, find out why your system crashed.

  • lnavTimothy Stack
    tstack.lnavv0.14.1-rc1

    The Logfile Navigator is a log file viewer for the terminal

  • QLogExplorerQLogExplorer
    QLogExplorer.QLogExplorerv1.2.1

    Fast and lightweight log viewer for large files that supports columns definition and JSON.

  • LogCheetahMicrosoft
    Microsoft.LogCheetahv1.1.0

    A Windows GUI tool for viewing column-based log data, optimized for interacting with large volumes (millions of rows) of data in memory at once.

  • LogivoreRedEye Network Solutions LLC
    RedEyeNetworks.Logivorev1.51.0

    Cross-platform desktop log analyzer with LILA, an AI assistant for log triage

More from GregTheDev or browse minidump-explorer, minidumps, dmp-files.

Frequently asked questions

How do I install Minidump Explorer on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GregTheDev.MinidumpExplorer --exact --version 0.8. winget downloads the installer from GregTheDev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Minidump Explorer silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id GregTheDev.MinidumpExplorer --exact 0.8 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Minidump Explorer via winget?
Run: winget uninstall --id GregTheDev.MinidumpExplorer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Minidump Explorer's Apps & Features entry.
Is Minidump Explorer free?
Minidump Explorer is distributed under MIT. Refer to the publisher (https://github.com/GregTheDev/MinidumpExplorer) for the full license terms - Wingetly itself does not charge for installation.
Does Minidump Explorer work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Minidump Explorer directly from the publisher.
How do I keep Minidump Explorer up to date?
Run winget upgrade --id GregTheDev.MinidumpExplorer --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Minidump Explorer from microsoft/winget-pkgs.