glmcdona/Process-Dump
Windows tool for dumping malware PE files from memory back to disk for analysis. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3938
- days_rel: n/a
- days_push: 729
- n_releases_24m: 0
Adoption not part of the score
1852 stars · 282 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Process Dump is a Windows command-line reverse-engineering tool that dumps unpacked malware PE files and loose code chunks from process memory back to disk for static analysis. It reconstructs PE headers and import tables and supports a clean-hash database to skip known-good modules.
Use cases
- dump unpacked malware from memory to disk
- extract hidden modules not properly loaded in a process
- reconstruct PE headers and import tables for loose code chunks
- dump all non-clean modules from all running processes
- capture malware just before a process terminates
- build a clean-hash database to exclude known-good files
When to choose
- analyzing packed or obfuscated Windows malware that unpacks in memory
- extracting injected or hidden code for IDA static analysis
- triaging all running processes on an infected Windows machine
When to avoid
- dumping memory on Linux or macOS
- dynamic analysis or debugging rather than memory extraction
- non-Windows PE analysis without a running target process
Facets
cli-tool · maturity maintenance
reverse-engineering security developer-tools security reverse-engineering windows windows cli malware-analysis memory-dump pe-reconstruction import-reconstruction clean-hash-database
2 sources
- readme: https://github.com/glmcdona/Process-Dump · fetched 2026-08-28 · 95222221fc4d
- homepage: http://split-code.com/processdump.html · fetched 2026-08-29 · 9b5d824b0764
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| glmcdona/Process-Dump | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="glmcdona/Process-Dump")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem