# jxy-s/herpaderping

Process Herpaderping proof of concept, tool, and technical deep dive. Process Herpaderping bypasses security products by obscuring the intentions of a process.

Repository: https://github.com/jxy-s/herpaderping
Canonical: https://ross.abutalabs.com/products/herpaderping
Language: C++
License: MIT
License Family: permissive
Topics: exploit, windows, security, process-herpaderping, vulnerability, security-vulnerability, exploitation, exploits, exploit-development, exploit-framework, windows-10, windows-7, windows-defender, antivirus, antivirus-evasion, process-migration, process-hollowing, process-doppelganging
Last push: 2023-07-05T17:04:57+00:00

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

## Adoption (not part of the score)
Stars 1210, forks 224 (observed 2026-08-28T04:04:00.024144+00:00)

## What it is
A proof-of-concept tool and technical write-up demonstrating Process Herpaderping, a Windows technique that maps a process image from a file and then rewrites the file on disk before the initial thread runs. This causes security products that inspect the file at process-creation callbacks or IRP_MJ_CLEANUP to attribute the running process to the wrong binary.

## Use cases
- bypass antivirus inspection of newly created processes
- study how Windows kernel process-creation callbacks can be evaded
- demonstrate write-map-modify-execute-close evasion of on-write scanning
- compare herpaderping with process hollowing and doppelganging
- research security product detection gaps on Windows 7 through Windows 10

## When to choose
- you are a security researcher or red-teamer studying Windows process-creation evasion techniques
- you need a working reference implementation of Process Herpaderping with a detailed technical explanation
- you want to test or harden EDR/antivirus inspection at PsSetCreateProcessNotifyRoutineEx and IRP_MJ_CLEANUP

## When to avoid
- you need a general-purpose process launcher or legitimate application tooling
- you are looking for a cross-platform or non-Windows technique
- you want a maintained production tool rather than a research proof of concept

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, penetration-testing, reverse-engineering
- domain: security, windows, penetration-testing, reverse-engineering
- platform: windows, cpp
- tags: process-herpaderping, antivirus-evasion, process-hollowing, process-doppelganging, exploit-development, defense-evasion, red-team, malware-technique, kernel-callback-bypass, proof-of-concept

## Member repositories
- jxy-s/herpaderping (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:00.024144+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:18:31.582758+00:00, confidence not recorded.
  - readme: https://github.com/jxy-s/herpaderping (fetched 2026-08-28T04:04:00.024144+00:00, sha 87bc31cd2562)
- Data as of 2026-08-30T08:39:29.467469+00:00.
