# 0xnobody/vmpdump

A dynamic VMP dumper and import fixer, powered by VTIL.

Repository: https://github.com/0xnobody/vmpdump
Canonical: https://ross.abutalabs.com/products/vmpdump
Language: C++
License: GPL-3.0
License Family: copyleft
Last push: 2020-11-04T21:15:05+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": 2194, "days_push": 2128, "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 1412, forks 230 (observed 2026-08-28T04:04:38.952205+00:00)

## What it is
VMPDump is a dynamic dumper and import fixer for binaries protected with VMProtect 3.x (x64), built on the VTIL intermediate language. It scans a running process for VMProtect import stubs, lifts them to VTIL for analysis, and rewrites calls to a reconstructed import table.

## Use cases
- dump a VMProtect-packed executable from a running process
- fix imports in a VMP-protected binary after unpacking
- produce a runnable dump of a VMProtect 3.x x64 module
- analyze obfuscated import stubs in malware samples
- rebuild an import address table for a dumped PE

## When to choose
- you need to unpack VMProtect 3.x x64 binaries dynamically
- you want automated import stub resolution and IAT rebuilding for VMP dumps
- you prefer a VTIL-based analysis pipeline over manual stub patching

## When to avoid
- the target uses VMProtect versions other than 3.x or 32-bit binaries
- you need a static unpacker that works without running the target process
- you require heavily mutated code sections to be fully resolved, since linear scanning can miss stubs

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, security, developer-tools
- domain: security, reverse-engineering, windows
- platform: windows, cli, cpp
- tags: vmprotect, unpacking, import-fixing, binary-analysis, vtil, malware-analysis

## Member repositories
- 0xnobody/vmpdump (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.952205+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-30T04:38:18.413483+00:00, confidence not recorded.
  - readme: https://github.com/0xnobody/vmpdump (fetched 2026-08-28T04:04:38.952205+00:00, sha fe1298125227)
- Data as of 2026-08-30T08:39:29.467469+00:00.
