Small utility to extract modules (DLL/EXE/Elf) from full process memory minidumps with valid-enough headers for analysis.
cargo run --release <INPUT> [OUTPUT]# Extract MyApp.exe (main module)
./minidump-extractor MyApp.DMP
# Extract kernel32.dll
./minidump-extractor MyApp.DMP kernel32.dll