Ross ROSS = Recommend OSS · open-source software intelligence for agents

0xnobody/vmpdump

A dynamic VMP dumper and import fixer, powered by VTIL. observed · 2026-08-28

github.com/0xnobody/vmpdump · C++ · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2194
  • days_rel: n/a
  • days_push: 2128
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1412 stars · 230 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity maintenance

reverse-engineering security developer-tools security reverse-engineering windows windows cli cpp vmprotect unpacking import-fixing binary-analysis vtil malware-analysis

1 source

Member repositories

RepositoryRoleHealth v2
0xnobody/vmpdumpmain23

For agents

markdown · JSON · MCP: product_card(name="0xnobody/vmpdump")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem