0x1F9F1 / mem

A collection of C++11 headers useful for reverse engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improved Pattern Parser

0x1F9F1 opened this issue · comments

commented

It would be great if the pattern parser supported the following features:

  • Explicit masks (e.g. 58 72 34&F4 95 10 would accept any of: 34 35 36 37 3C 3D 3E 3F for the 3rd byte)
  • Repeated values (e.g. 82 92 ?#4 05 00#2 12 instead of 82 92 ? ? ? ? 05 00 00 12)