# EquiFox/KsDumper

Dumping processes using the power of kernel space !

Repository: https://github.com/EquiFox/KsDumper
Canonical: https://ross.abutalabs.com/products/ksdumper
Language: C#
License: MIT
License Family: permissive
Topics: dumper, kernel, cheat, reverse-engineering, portable-executable, process
Last push: 2023-11-06T19:14:22+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": 2756, "days_push": 1031, "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 1055, forks 219 (observed 2026-08-28T04:03:24.184364+00:00)

## What it is
KsDumper is a Windows tool that dumps process memory (including protected processes with stripped handles) using a kernel driver, rebuilding PE32/PE64 headers and sections. It was designed for reverse engineering packed or anti-cheat-protected executables.

## Use cases
- dump a process protected by anti-cheat from kernel space
- rebuild PE headers and sections from a dumped process
- inspect game internals for reverse engineering
- dump x86 and x64 process main modules on Windows
- copy process memory without OpenProcess

## When to choose
- you need to dump a process whose handles are stripped by anti-cheat on Windows 10 x64
- you want to learn about Windows kernel and PE file structure
- you are working in a virtual machine for educational reverse engineering

## When to avoid
- you are on Windows 11 - the Capcom driver is patched and this repo is outdated (use KsDumper-11 fork instead)
- you need import table reconstruction - it is not rebuilt
- you need a maintained or stealthy tool - it makes no attempt to hide and may trigger anti-cheat bans
- you are on 32-bit Windows - it requires x64 Windows

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: reverse-engineering, security
- domain: security, reverse-engineering, windows
- platform: windows, dotnet
- tags: process-dumping, kernel-driver, pe-reconstruction, anti-cheat-bypass, capcom-driver, portable-executable

## Member repositories
- EquiFox/KsDumper (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:24.184364+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-30T06:58:27.759840+00:00, confidence not recorded.
  - readme: https://github.com/EquiFox/KsDumper (fetched 2026-08-28T04:03:24.184364+00:00, sha b67e82423df9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
