Skip to content

MapleDumper v0.1.3

Choose a tag to compare

@TajuC TajuC released this 28 May 14:54
· 217 commits to main since this release

Assembly scan

Find code by instruction instead of bytes, the way Cheat Engine's assembly scan works.

  • Desktop — a new Assembly scan tab. Type lines of assembly (push, call, test eax,eax) with wildcards (* zero-or-more, ? one char, ^ line start, $ line end) and it disassembles the target and lists every address where those instructions appear back-to-back, with the bytes and disassembly. Narrow it with an optional From/To range, and save any match straight into your pattern list.
  • CLI--asm <file> runs the same instruction scan, with --from/--to to limit the address range.

Download MapleDumper.exe below. Run elevated so it can read protected targets.