Skip to content

MapleDumper v0.2.0

Choose a tag to compare

@TajuC TajuC released this 29 May 03:22
· 211 commits to main since this release

Signature Maker

Generate a byte signature from several client builds at once and get the highest-confidence pattern that resolves the same target in every version. A single-version signature breaks on the next client patch; this one is validated across every build you feed it.

  • Desktop: a new Signature Maker view. Drop in two or more client .exe files, target by signature (harden an existing AOB), by address (a reference RVA), or both at once, queue many targets in one run, and cross-validate a signature against the address it should resolve to. Every file is checked for packing as you add it, results are graded A through F with alternates, and the chosen pattern saves straight into your pattern list.
  • CLI: a new --mksig mode over --client / --client-dir, targeting --sig (an AOB) or --ref / --rva (an address), with --min-fixed-ratio to tune the reject gate and --json / --json-out for tooling.
  • Engine: a new on-disk PE reader (FileImage) and cross-version generator. Candidates are masked with iced-x86 instruction decoding and the PE relocation table, then validated for a unique match and consistent callee fingerprints in every build, with duplicate-build detection so confidence is not inflated.

Download MapleDumper.exe below for the desktop app, or mapledumper-cli.exe for the command line. Run elevated so it can read protected targets.