# hasherezade/hollows_hunter

Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).

Repository: https://github.com/hasherezade/hollows_hunter
Canonical: https://ross.abutalabs.com/products/hollows_hunter
Homepage: https://github.com/hasherezade/hollows_hunter/wiki
Language: C
License: BSD-2-Clause
License Family: permissive
Topics: pe-sieve, anti-malware, malware-analysis, malware-detection, memory-forensics
Last push: 2026-06-06T12:47:20+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 86, release rhythm 35, longevity 100
- inputs: {"age_days": 3156, "days_push": 88, "days_rel": 354, "gap_med": 49, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2401, forks 296 (observed 2026-08-28T04:06:43.794997+00:00)

## What it is
Hollows Hunter is a Windows command-line tool built on the PE-sieve passive memory scanner that scans running processes for malicious implants such as replaced or implanted PEs, shellcodes, hooks, and in-memory patches, and dumps them for analysis. It supports filtering targets by PID, name, or creation time, continuous scanning via a loop mode, and ETW-based listening.

## Use cases
- scan all running processes for malicious in-memory implants
- detect process hollowing and injected shellcode on Windows
- dump suspicious PE modules from live processes for malware analysis
- continuously monitor a system for memory-based malware
- triage an infected machine during incident response
- filter process scans by PID, name, or creation time

## When to choose
- you need to inspect live Windows process memory for injected code or patched modules
- you want to scan many processes at once rather than a single PID like PE-sieve
- you need to extract implants to disk for offline reverse engineering
- you want a lightweight, scriptable CLI for malware triage

## When to avoid
- you are on Linux or macOS - it is Windows-only
- you need real-time endpoint protection rather than on-demand scanning
- you want a GUI-based forensic suite
- you need to scan memory dumps offline rather than live processes

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, vulnerability-scanning, reverse-engineering, cli
- domain: security, windows, developer-tools
- platform: windows, cli
- tags: memory-forensics, process-scanning, pe-sieve, anti-malware, shellcode-detection, process-hollowing, etw, incident-response, malware-analysis

## Member repositories
- hasherezade/hollows_hunter (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:43.794997+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-30T02:34:15.083963+00:00, confidence not recorded.
  - readme: https://github.com/hasherezade/hollows_hunter (fetched 2026-08-28T04:06:43.794997+00:00, sha d8638cc64465)
  - homepage: https://github.com/hasherezade/hollows_hunter/wiki (fetched 2026-08-29T10:14:38.492564+00:00, sha aca0faa08fb6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
