MapleDumper v0.2.0
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
.exefiles, 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
--mksigmode over--client/--client-dir, targeting--sig(an AOB) or--ref/--rva(an address), with--min-fixed-ratioto tune the reject gate and--json/--json-outfor tooling. - Engine: a new on-disk PE reader (
FileImage) and cross-version generator. Candidates are masked withiced-x86instruction 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.