Repository navigation
minidump
- Website
- Wikipedia
An easy-to-use library for emulating memory dumps. Useful for malware analysis (config extraction, unpacking) and dynamic analysis in general (sandboxing).
Credentials gathering tool automating remote procdump and parse of lsass process.
Type definitions, parsing, and analysis for the minidump file format.
Red teaming tool to dump LSASS memory, bypassing basic countermeasures.
This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe process. Once the clone is created, it utilizes MINIDUMP_CALLBACK_INFORMATION callbacks to generate a memory dump of the cloned process
A Cross-Platform C++ parser library for Windows user minidumps with Python 3 bindings.
Collection of crates to deal with crashes
Inspect and capture minidump files. Includes stand alone library for reading minidump files.
Simple breakpad crash reports collecting server
Cross-Platform, Efficient easy to integrate crash reporting library for modern C++
⚙️👾🤯 BugSplat's Unreal Engine plugin for configuring top-notch crash reporting!
Dump protected process memory by using BYOVD to tamper with handle objects in the kernel.
A google crashpad minidump collection server, built with open-source projects in mind.
C# Support for Backtrace