hyperscan
hyperscan copied to clipboard
[Question] Method equivalent to hs_validate in latest hyperscan version
We have a .netstandard app which invokes hs_validate method to validate a pattern. Now we are planning on moving our app to .netcore and to run it on linux containers.
I see that hs_validate is not present anymore. Can you let us know what needs to be called in place of hs_validate with the latest version of hyperscan for both windown and linux?
Which Hyperscan version with hs_validate do you use?
You can check the return value of hs_compile or use hscheck tool to pick rules supported by Hyperscan. (http://intel.github.io/hyperscan/dev-reference/tools.html#quick-check-hscheck)