hyperscan icon indicating copy to clipboard operation
hyperscan copied to clipboard

New Feature Request - Scan on subset of Patterns from a Compiled Database

Open simpleyetawesomeprojects opened this issue 2 years ago • 0 comments

I have Compiled a Pattern Database for all of the patterns (say p1,p2,p3...pN)

I want to scan for a subset of patterns say p1,p3. Currently, this is possible only by Compiling another Database with p1 and p3. However, I would want to use the "Global" compiled database and scan for selective patterns from this.

This feature would be a great addition.