# glmcdona/Process-Dump

Windows tool for dumping malware PE files from memory back to disk for analysis.

Repository: https://github.com/glmcdona/Process-Dump
Canonical: https://ross.abutalabs.com/products/process-dump
Homepage: http://split-code.com/processdump.html
Language: C
License: MIT
License Family: permissive
Last push: 2024-09-03T21:16:32+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3938, "days_push": 729, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1852, forks 282 (observed 2026-08-28T04:05:44.490666+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, security, developer-tools
- domain: security, reverse-engineering, windows
- platform: windows, cli
- tags: malware-analysis, memory-dump, pe-reconstruction, import-reconstruction, clean-hash-database

## Member repositories
- glmcdona/Process-Dump (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.490666+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:16:53.286609+00:00, confidence not recorded.
  - readme: https://github.com/glmcdona/Process-Dump (fetched 2026-08-28T04:05:44.490666+00:00, sha 95222221fc4d)
  - homepage: http://split-code.com/processdump.html (fetched 2026-08-29T10:55:59.227628+00:00, sha 9b5d824b0764)
- Data as of 2026-08-30T08:39:29.467469+00:00.
