Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Pattern Parser #1

Closed
0x1F9F1 opened this issue Oct 20, 2018 · 0 comments
Closed

Improved Pattern Parser #1

0x1F9F1 opened this issue Oct 20, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@0x1F9F1
Copy link
Owner

0x1F9F1 commented Oct 20, 2018

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)
@0x1F9F1 0x1F9F1 added help wanted Extra attention is needed enhancement New feature or request labels Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant