MapleDumper v0.1.3
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/--toto limit the address range.
Download MapleDumper.exe below. Run elevated so it can read protected targets.