maniac icon indicating copy to clipboard operation
maniac copied to clipboard

Implement proper pattern scanning with wildcards

Open fs-c opened this issue 5 years ago • 2 comments

  1. ~~Support patterns like FF ? ? 07 2A ? ? ? ? AC AB and always return the address at the beginning of the pattern, ie. the address of FF in the above example. (This is required for #43 and #44.)~~
  2. Support scanning for multiple patterns at once to avoid redunant reads. It's acceptable to assume that no two patterns overlap.
  3. Support multiple patterns/desired value to future-proof some more.

fs-c avatar May 25 '20 20:05 fs-c

~~4. When getting memory chunks to read make sure they overlap by pattern_length - 1 to avoid missing patterns that span across two chunks.~~

fs-c avatar May 26 '20 15:05 fs-c

Updated issue to account for the refactor in 918bdd0. 2. and 3. would still be nice but aren't particularly critical.

fs-c avatar May 27 '20 20:05 fs-c